|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.grizzly.servlet.FilterConfigImpl
public class FilterConfigImpl
FilterConfig implementation.
| Constructor Summary | |
|---|---|
FilterConfigImpl(WebappContext servletContext)
|
|
| Method Summary | |
|---|---|
javax.servlet.Filter |
getFilter()
Return the application Filter we are configured for. |
String |
getFilterName()
|
String |
getInitParameter(String name)
|
Enumeration |
getInitParameterNames()
|
javax.servlet.ServletContext |
getServletContext()
|
protected void |
recycle()
Release the Filter instance associated with this FilterConfig, if there is one. |
protected void |
setFilter(javax.servlet.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(WebappContext servletContext)
| Method Detail |
|---|
public String getInitParameter(String name)
getInitParameter in interface javax.servlet.FilterConfigpublic String getFilterName()
getFilterName in interface javax.servlet.FilterConfigpublic Enumeration getInitParameterNames()
getInitParameterNames in interface javax.servlet.FilterConfigpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface javax.servlet.FilterConfigpublic javax.servlet.Filter getFilter()
protected void recycle()
protected void setFilter(javax.servlet.Filter filter)
Filter associated with this object.
filter - protected void setFilterName(String filterName)
Filter's name associated with this object.
filterName - the name of this Filter.protected void setInitParameters(Map initParameters)
Filter.
initParameters - the configuration parameters for this Filter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||