|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.driver.services.container.FilterConfigImpl
public class FilterConfigImpl
Constructor Summary | |
---|---|
FilterConfigImpl(String filterName,
List<InitParamDD> initParameters)
|
Method Summary | |
---|---|
String |
getFilterName()
Returns the filter-name of this filter as defined in the portlet deployment descriptor. |
String |
getInitParameter(String name)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. |
Enumeration |
getInitParameterNames()
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters. |
PortletContext |
getPortletContext()
Returns a reference to the PortletContext in which the caller is executing. |
void |
setPortletContext(PortletContext portletContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterConfigImpl(String filterName, List<InitParamDD> initParameters)
Method Detail |
---|
public String getFilterName()
FilterConfig
getFilterName
in interface FilterConfig
public String getInitParameter(String name)
FilterConfig
null
if the parameter does not exist.
Initialization parameters are defined in the portlet deployment descriptor.
getInitParameter
in interface FilterConfig
name
- the name of the initialization parameter to return
null
if the parameter does not exist.public Enumeration getInitParameterNames()
FilterConfig
Initialization parameters are defined in the portlet deployment descriptor.
getInitParameterNames
in interface FilterConfig
public PortletContext getPortletContext()
FilterConfig
PortletContext
in which the caller is executing.
getPortletContext
in interface FilterConfig
public void setPortletContext(PortletContext portletContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |