类 MockServletConfig

  • 所有已实现的接口:
    ServletConfig

    public class MockServletConfig
    extends Object
    implements ServletConfig
    Mock implementation of the ServletConfig interface.

    Used for testing the web framework; typically not necessary for testing application controllers.

    从以下版本开始:
    1.0.2
    作者:
    Rod Johnson, Juergen Hoeller