com.sun.grizzly.http.servlet
Class FilterConfigImpl

java.lang.Object
  extended by com.sun.grizzly.http.servlet.FilterConfigImpl
All Implemented Interfaces:
FilterConfig

public final class FilterConfigImpl
extends Object
implements FilterConfig

FilterConfig implementation.

Author:
Jeanfrancois Arcand

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

FilterConfigImpl

public FilterConfigImpl()
Method Detail

getInitParameter

public String getInitParameter(String name)

Specified by:
getInitParameter in interface FilterConfig

getFilterName

public String getFilterName()

Specified by:
getFilterName in interface FilterConfig

getInitParameterNames

public Enumeration getInitParameterNames()

Specified by:
getInitParameterNames in interface FilterConfig

getServletContext

public ServletContext getServletContext()

Specified by:
getServletContext in interface FilterConfig

getFilter

public Filter getFilter()
Return the application Filter we are configured for.


recycle

protected void recycle()
Release the Filter instance associated with this FilterConfig, if there is one.


setFilter

protected void setFilter(Filter filter)
Set the Filter associated with this object.

Parameters:
filter -

setFilterName

protected void setFilterName(String filterName)
Set the Filter's name associated with this object.

Parameters:
filter -

setinitParameters

protected void setinitParameters(Map initParameters)
Set the init parameters associated with this associated Filter.

Parameters:
filter -


Copyright © 2011 SUN Microsystems. All Rights Reserved.