public final class FilterConfigImpl extends 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.
|
String |
getFilterName() |
String |
getInitParameter(String name) |
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(String filterName)
Set the
Filter's name associated with this object. |
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()
public void recycle()
public void setFilter(javax.servlet.Filter filter)
Filter associated with this object.filter - public void setFilterName(String filterName)
Filter's name associated with this object.filterName - Copyright © 2016. All rights reserved.