org.apache.jetspeed.om.portlet.impl
Class ListenerImpl

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.impl.ListenerImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.container.om.portlet.Listener

public class ListenerImpl
extends java.lang.Object
implements Listener, java.io.Serializable

Version:
$Id: ListenerImpl.java 785910 2009-06-18 05:11:11Z rwatler $
See Also:
Serialized Form

Field Summary
protected  java.util.List<Description> descriptions
           
protected  java.util.List<DisplayName> displayNames
           
protected  java.lang.String listenerClass
           
 
Constructor Summary
ListenerImpl()
           
 
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()
           
 java.lang.String getListenerClass()
           
 void setListenerClass(java.lang.String listenerClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerClass

protected java.lang.String listenerClass

descriptions

protected java.util.List<Description> descriptions

displayNames

protected java.util.List<DisplayName> displayNames
Constructor Detail

ListenerImpl

public ListenerImpl()
Method Detail

getListenerClass

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

setListenerClass

public void setListenerClass(java.lang.String listenerClass)

getDescription

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

getDescriptions

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

addDescription

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

getDisplayName

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

getDisplayNames

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

addDisplayName

public 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.