Methods Summary |
---|
public java.lang.String | getFilterName()Returns the filter-name of this filter as defined in the deployment descriptor.
|
public java.lang.String | getInitParameter(java.lang.String name)Returns a String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
|
public java.util.Enumeration | 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.
|
public javax.servlet.ServletContext | getServletContext()Returns a reference to the {@link ServletContext} in which the caller
is executing.
|