org.apache.jetspeed.om.portlet.impl
Class FilterImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.FilterImpl
- All Implemented Interfaces:
- java.io.Serializable, org.apache.pluto.container.om.portlet.Filter
public class FilterImpl
- extends java.lang.Object
- implements Filter, java.io.Serializable
- Version:
- $Id: FilterImpl.java 785910 2009-06-18 05:11:11Z rwatler $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterName
protected java.lang.String filterName
filterClass
protected java.lang.String filterClass
lifecycles
protected java.util.List<FilterLifecycle> lifecycles
initParams
protected java.util.List<InitParam> initParams
descriptions
protected java.util.List<Description> descriptions
displayNames
protected java.util.List<DisplayName> displayNames
filterInstance
protected javax.portlet.filter.PortletFilter filterInstance
FilterImpl
public FilterImpl()
getDescription
public Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.Filter
getDescriptions
public java.util.List<Description> getDescriptions()
- Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.Filter
addDescription
public Description addDescription(java.lang.String lang)
- Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.Filter
getDisplayName
public DisplayName getDisplayName(java.util.Locale locale)
- Specified by:
getDisplayName in interface org.apache.pluto.container.om.portlet.Filter
getDisplayNames
public java.util.List<DisplayName> getDisplayNames()
- Specified by:
getDisplayNames in interface org.apache.pluto.container.om.portlet.Filter
addDisplayName
public DisplayName addDisplayName(java.lang.String lang)
- Specified by:
addDisplayName in interface org.apache.pluto.container.om.portlet.Filter
getFilterName
public java.lang.String getFilterName()
- Specified by:
getFilterName in interface org.apache.pluto.container.om.portlet.Filter
setFilterName
public void setFilterName(java.lang.String value)
getFilterClass
public java.lang.String getFilterClass()
- Specified by:
getFilterClass in interface org.apache.pluto.container.om.portlet.Filter
setFilterClass
public void setFilterClass(java.lang.String value)
- Specified by:
setFilterClass in interface org.apache.pluto.container.om.portlet.Filter
getLifecycles
public java.util.List<java.lang.String> getLifecycles()
- Specified by:
getLifecycles in interface org.apache.pluto.container.om.portlet.Filter
addLifecycle
public void addLifecycle(java.lang.String name)
- Specified by:
addLifecycle in interface org.apache.pluto.container.om.portlet.Filter
getInitParam
public InitParam getInitParam(java.lang.String name)
- Specified by:
getInitParam in interface org.apache.pluto.container.om.portlet.Filter
getInitParams
public java.util.List<InitParam> getInitParams()
- Specified by:
getInitParams in interface org.apache.pluto.container.om.portlet.Filter
addInitParam
public InitParam addInitParam(java.lang.String paramName)
- Specified by:
addInitParam in interface org.apache.pluto.container.om.portlet.Filter
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.