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 $

Method Summary
 Description addDescription(java.lang.String lang)
           
 DisplayName addDisplayName(java.lang.String lang)
           
 InitParam addInitParam(java.lang.String paramName)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 DisplayName getDisplayName(java.util.Locale locale)
           
 java.util.List<DisplayName> getDisplayNames()
           
 InitParam getInitParam(java.lang.String paramName)
           
 java.util.List<InitParam> getInitParams()
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.Filter
addLifecycle, getFilterClass, getFilterName, getLifecycles, setFilterClass
 

Method Detail

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.