public final class FilterConfigImpl
extends java.lang.Object
implements javax.servlet.FilterConfig
FilterConfig implementation.| Constructor and Description |
|---|
FilterConfigImpl(javax.servlet.ServletConfig sc) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Filter |
getFilter()
Return the application Filter we are configured for.
|
java.lang.String |
getFilterName() |
java.lang.String |
getInitParameter(java.lang.String name) |
java.util.Enumeration |
getInitParameterNames() |
javax.servlet.ServletContext |
getServletContext() |
void |
recycle()
Release the Filter instance associated with this FilterConfig,
if there is one.
|
void |
setFilter(javax.servlet.Filter filter)
Set the
Filter associated with this object. |
void |
setFilterName(java.lang.String filterName)
Set the
Filter's name associated with this object. |
public java.lang.String getInitParameter(java.lang.String name)
getInitParameter in interface javax.servlet.FilterConfigpublic java.lang.String getFilterName()
getFilterName in interface javax.servlet.FilterConfigpublic java.util.Enumeration getInitParameterNames()
getInitParameterNames in interface javax.servlet.FilterConfigpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface javax.servlet.FilterConfigpublic javax.servlet.Filter getFilter()
public void recycle()
public void setFilter(javax.servlet.Filter filter)
Filter associated with this object.filter - public void setFilterName(java.lang.String filterName)
Filter's name associated with this object.filterName - Copyright © 2019. All Rights Reserved.