|
Apache Tomcat 7.0.25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.core.ApplicationFilterConfig
public final class ApplicationFilterConfig
Implementation of a javax.servlet.FilterConfig useful in
managing the filter instances instantiated when a web application
is first started.
| Field Summary | |
|---|---|
protected static StringManager |
sm
|
| Method Summary | |
|---|---|
String |
getFilterClass()
Return the class of the filter we are configuring. |
Map<String,String> |
getFilterInitParameterMap()
|
String |
getFilterName()
Return the name of the filter we are configuring. |
String |
getInitParameter(String name)
Return a String containing the value of the named
initialization parameter, or null if the parameter
does not exist. |
Enumeration<String> |
getInitParameterNames()
Return an Enumeration of the names of the initialization
parameters for this Filter. |
ServletContext |
getServletContext()
Return the ServletContext of our associated web application. |
String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final StringManager sm
| Method Detail |
|---|
public String getFilterName()
getFilterName in interface FilterConfigpublic String getFilterClass()
public String getInitParameter(String name)
String containing the value of the named
initialization parameter, or null if the parameter
does not exist.
getInitParameter in interface FilterConfigname - Name of the requested initialization parameter
String containing the value of the initialization
parameterpublic Enumeration<String> getInitParameterNames()
Enumeration of the names of the initialization
parameters for this Filter.
getInitParameterNames in interface FilterConfigEnumeration of String objects
containing the names of the filter's initialization parameterspublic ServletContext getServletContext()
getServletContext in interface FilterConfigServletContext object, used by the caller to interact
with its servlet containerServletContextpublic String toString()
toString in class Objectpublic Map<String,String> getFilterInitParameterMap()
|
Apache Tomcat 7.0.25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||