public interface FilterConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilterName()
get the name of the filter.
|
java.lang.String |
getInitParameter(java.lang.String name)
get the value of this name's initparameter
|
java.util.Enumeration |
getInitParameterNames()
get the names of all the init parameters.
|
ServletContext |
getServletContext()
get the context that this filter belongs to.
|
java.lang.String getFilterName()
ServletContext getServletContext()
java.lang.String getInitParameter(java.lang.String name)
name
- the name of the Parameter whose value we wantjava.util.Enumeration getInitParameterNames()