|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.atmosphere.util.FilterConfigImpl
public final class FilterConfigImpl
FilterConfig implementation.
| Constructor Summary | |
|---|---|
FilterConfigImpl(ServletConfig sc)
|
|
| Method Summary | |
|---|---|
Filter |
getFilter()
Return the application Filter we are configured for. |
String |
getFilterName()
|
String |
getInitParameter(String name)
|
Enumeration |
getInitParameterNames()
|
ServletContext |
getServletContext()
|
void |
recycle()
Release the Filter instance associated with this FilterConfig, if there is one. |
void |
setFilter(Filter filter)
Set the Filter associated with this object. |
void |
setFilterName(String filterName)
Set the Filter's name associated with this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterConfigImpl(ServletConfig sc)
| 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()
public void recycle()
public void setFilter(Filter filter)
Filter associated with this object.
filter - public void setFilterName(String filterName)
Filter's name associated with this object.
filter -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||