org.apache.jetspeed.om.portlet
Interface Listener

All Superinterfaces:
org.apache.pluto.container.om.portlet.Listener, java.io.Serializable

public interface Listener
extends org.apache.pluto.container.om.portlet.Listener, java.io.Serializable

Version:
$Id: Listener.java 757407 2009-03-23 15:09:19Z woonsan $

Method Summary
 Description addDescription(java.lang.String lang)
           
 DisplayName addDisplayName(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 DisplayName getDisplayName(java.util.Locale locale)
           
 java.util.List<DisplayName> getDisplayNames()
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.Listener
getListenerClass
 

Method Detail

getDescription

Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.Listener

getDescriptions

java.util.List<Description> getDescriptions()
Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.Listener

addDescription

Description addDescription(java.lang.String lang)
Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.Listener

getDisplayName

DisplayName getDisplayName(java.util.Locale locale)
Specified by:
getDisplayName in interface org.apache.pluto.container.om.portlet.Listener

getDisplayNames

java.util.List<DisplayName> getDisplayNames()
Specified by:
getDisplayNames in interface org.apache.pluto.container.om.portlet.Listener

addDisplayName

DisplayName addDisplayName(java.lang.String lang)
Specified by:
addDisplayName in interface org.apache.pluto.container.om.portlet.Listener


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.