|
|||||||||
| 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(ServletContextImpl servletContext)
|
|
| 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(ServletContextImpl servletContext)
| Method Detail |
|---|
public String getInitParameter(String name)
getInitParameter in interface FilterConfigpublic String getFilterName()
getFilterName in interface FilterConfigpublic Enumeration getInitParameterNames()
getInitParameterNames in interface FilterConfigpublic ServletContext getServletContext()
getServletContext in interface FilterConfigpublic 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 | ||||||||