Package org.atmosphere.util
Class FilterConfigImpl
java.lang.Object
org.atmosphere.util.FilterConfigImpl
- All Implemented Interfaces:
FilterConfig
FilterConfig implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the application Filter we are configured for.getInitParameter(String name) voidrecycle()Release the Filter instance associated with this FilterConfig, if there is one.voidSet theFilterassociated with this object.voidsetFilterName(String filterName) Set theFilter's name associated with this object.
-
Constructor Details
-
FilterConfigImpl
-
-
Method Details
-
getInitParameter
- Specified by:
getInitParameterin interfaceFilterConfig
-
getFilterName
- Specified by:
getFilterNamein interfaceFilterConfig
-
getInitParameterNames
- Specified by:
getInitParameterNamesin interfaceFilterConfig
-
getServletContext
- Specified by:
getServletContextin interfaceFilterConfig
-
getFilter
Return the application Filter we are configured for. -
recycle
public void recycle()Release the Filter instance associated with this FilterConfig, if there is one. -
setFilter
Set theFilterassociated with this object.- Parameters:
filter-
-
setFilterName
Set theFilter's name associated with this object.- Parameters:
filterName-
-