|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.servlet.FilterConfigImpl
public final class FilterConfigImpl
FilterConfig
implementation.
Constructor Summary | |
---|---|
FilterConfigImpl()
|
Method Summary | |
---|---|
Filter |
getFilter()
Return the application Filter we are configured for. |
String |
getFilterName()
|
String |
getInitParameter(String name)
|
Enumeration |
getInitParameterNames()
|
ServletContext |
getServletContext()
|
protected void |
recycle()
Release the Filter instance associated with this FilterConfig, if there is one. |
protected void |
setFilter(Filter filter)
Set the Filter associated with this object. |
protected void |
setFilterName(String filterName)
Set the Filter 's name associated with this object. |
protected void |
setinitParameters(Map initParameters)
Set the init parameters associated with this associated Filter . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterConfigImpl()
Method Detail |
---|
public String getInitParameter(String name)
getInitParameter
in interface FilterConfig
public String getFilterName()
getFilterName
in interface FilterConfig
public Enumeration getInitParameterNames()
getInitParameterNames
in interface FilterConfig
public ServletContext getServletContext()
getServletContext
in interface FilterConfig
public Filter getFilter()
protected void recycle()
protected void setFilter(Filter filter)
Filter
associated with this object.
filter
- protected void setFilterName(String filterName)
Filter
's name associated with this object.
filter
- protected void setinitParameters(Map initParameters)
Filter
.
filter
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |