|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface FilterConfig
A filter configuration object used by a servlet container to pass information to a filter during initialization.
Filter| 方法摘要 | |
|---|---|
String |
getFilterName()
Returns the filter-name of this filter as defined in the deployment descriptor. |
String |
getInitParameter(String name)
Returns a String containing the value of the
named initialization parameter, or null if
the initialization parameter does not exist. |
Enumeration<String> |
getInitParameterNames()
Returns the names of the filter's initialization parameters as an Enumeration of String objects,
or an empty Enumeration if the filter has
no initialization parameters. |
ServletContext |
getServletContext()
Returns a reference to the ServletContext in which the caller
is executing. |
| 方法详细信息 |
|---|
String getFilterName()
ServletContext getServletContext()
ServletContext in which the caller
is executing.
ServletContext object, used by the caller to
interact with its servlet containerServletContextString getInitParameter(String name)
String containing the value of the
named initialization parameter, or null if
the initialization parameter does not exist.
name - a String specifying the name of the
initialization parameter
String containing the value of the
initialization parameter, or null if
the initialization parameter does not existEnumeration<String> getInitParameterNames()
Enumeration of String objects,
or an empty Enumeration if the filter has
no initialization parameters.
Enumeration of String objects
containing the names of the filter's initialization parameters
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||