|
||||||||||
| 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(java.lang.String filterName,
java.util.List<InitParamDD> initParameters)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFilterName()
Returns the filter-name of this filter as defined in the portlet deployment descriptor. |
java.lang.String |
getInitParameter(java.lang.String name)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. |
java.util.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(java.lang.String filterName,
java.util.List<InitParamDD> initParameters)
| Method Detail |
|---|
public java.lang.String getFilterName()
FilterConfig
getFilterName in interface FilterConfigpublic java.lang.String getInitParameter(java.lang.String name)
FilterConfignull if the parameter does not exist.
Initialization parameters are defined in the portlet deployment descriptor.
getInitParameter in interface FilterConfigname - the name of the initialization parameter to return
null if the parameter does not exist.public java.util.Enumeration getInitParameterNames()
FilterConfigInitialization parameters are defined in the portlet deployment descriptor.
getInitParameterNames in interface FilterConfigpublic PortletContext getPortletContext()
FilterConfigPortletContext in which the caller is executing.
getPortletContext in interface FilterConfigpublic void setPortletContext(PortletContext portletContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||