类 ServletWrappingController.DelegatingServletConfig
java.lang.Object
cn.taketoday.web.handler.mvc.ServletWrappingController.DelegatingServletConfig
- 所有已实现的接口:
ServletConfig
private class ServletWrappingController.DelegatingServletConfig
extends Object
implements ServletConfig
Internal implementation of the ServletConfig interface, to be passed
to the wrapped servlet. Delegates to ServletWrappingController fields
and methods to provide init parameters and other environment info.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
DelegatingServletConfig
private DelegatingServletConfig()
-
-
方法详细资料
-
getServletName
- 指定者:
getServletName在接口中ServletConfig
-
getServletContext
- 指定者:
getServletContext在接口中ServletConfig
-
getInitParameter
- 指定者:
getInitParameter在接口中ServletConfig
-
getInitParameterNames
- 指定者:
getInitParameterNames在接口中ServletConfig
-