|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.httpd.servlet.FilterConfigImpl
public class FilterConfigImpl
A filter configuration object used by a servlet container used to pass information to a filter during initialization.
| Constructor Summary | |
|---|---|
FilterConfigImpl(java.lang.String name,
javax.servlet.ServletContext context,
java.util.HashMap init)
Construct a ServletConfig object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilterName()
Returns the filter-name of this filter as defined in the deployment descriptor. |
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. |
java.util.Enumeration |
getInitParameterNames()
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty
Enumeration if the servlet has no initialization parameters. |
javax.servlet.ServletContext |
getServletContext()
public ServletContext getServletContext()Returns a reference to the ServletContext in which the caller is executing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterConfigImpl(java.lang.String name,
javax.servlet.ServletContext context,
java.util.HashMap init)
| Method Detail |
|---|
public java.lang.String getFilterName()
getFilterName in interface javax.servlet.FilterConfigpublic javax.servlet.ServletContext getServletContext()
ServletContext in which the caller is executing.
getServletContext in interface javax.servlet.FilterConfigServletContextpublic java.lang.String getInitParameter(java.lang.String name)
getInitParameter in interface javax.servlet.FilterConfigname - a String specifying the name of the initialization parameter
String containing the value of the initialization parameterpublic java.util.Enumeration getInitParameterNames()
Enumeration of String objects, or an empty
Enumeration if the servlet has no initialization parameters.
getInitParameterNames in interface javax.servlet.FilterConfigEnumeration of String objects containing the names of the servlet's initialization parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||