public class FilterConfigImpl extends Object implements javax.portlet.filter.FilterConfig
| Constructor and Description |
|---|
FilterConfigImpl(ContainerFilterInfo filterInfo,
javax.portlet.PortletContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterName() |
String |
getInitParameter(String name) |
Enumeration |
getInitParameterNames() |
javax.portlet.PortletContext |
getPortletContext() |
public FilterConfigImpl(ContainerFilterInfo filterInfo, javax.portlet.PortletContext context)
public String getFilterName()
getFilterName in interface javax.portlet.filter.FilterConfigpublic javax.portlet.PortletContext getPortletContext()
getPortletContext in interface javax.portlet.filter.FilterConfigpublic String getInitParameter(String name)
getInitParameter in interface javax.portlet.filter.FilterConfigpublic Enumeration getInitParameterNames()
getInitParameterNames in interface javax.portlet.filter.FilterConfigCopyright © 2003-2018 GateIn. All Rights Reserved.