Servlet - 2.3| Method from javax.servlet.FilterConfig Summary: |
|---|
| getFilterName, getInitParameter, getInitParameterNames, getServletContext |
| Method from javax.servlet.FilterConfig Detail: |
|---|
|
String containing the value of the
named initialization parameter, or null if
the parameter does not exist. |
Enumeration of String objects,
or an empty Enumeration if the filter has
no initialization parameters. |
|