This project has retired. For details please refer to its
Attic page.
Filter (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.om.portlet
Interface Filter
- All Superinterfaces:
- org.apache.pluto.container.om.portlet.Filter, java.io.Serializable
public interface Filter
- extends org.apache.pluto.container.om.portlet.Filter, java.io.Serializable
- Version:
- $Id: Filter.java 757407 2009-03-23 15:09:19Z woonsan $
| Methods inherited from interface org.apache.pluto.container.om.portlet.Filter |
addLifecycle, getFilterClass, getFilterName, getLifecycles, setFilterClass |
getDescription
Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.Filter
getDescriptions
java.util.List<Description> getDescriptions()
- Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.Filter
addDescription
Description addDescription(java.lang.String lang)
- Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.Filter
getDisplayName
DisplayName getDisplayName(java.util.Locale locale)
- Specified by:
getDisplayName in interface org.apache.pluto.container.om.portlet.Filter
getDisplayNames
java.util.List<DisplayName> getDisplayNames()
- Specified by:
getDisplayNames in interface org.apache.pluto.container.om.portlet.Filter
addDisplayName
DisplayName addDisplayName(java.lang.String lang)
- Specified by:
addDisplayName in interface org.apache.pluto.container.om.portlet.Filter
getInitParam
InitParam getInitParam(java.lang.String paramName)
- Specified by:
getInitParam in interface org.apache.pluto.container.om.portlet.Filter
getInitParams
java.util.List<InitParam> getInitParams()
- Specified by:
getInitParams in interface org.apache.pluto.container.om.portlet.Filter
addInitParam
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.