org.apache.jetspeed.om.portlet.impl
Class ListenerImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listenerClass
protected java.lang.String listenerClass
descriptions
protected java.util.List<Description> descriptions
displayNames
protected java.util.List<DisplayName> displayNames
ListenerImpl
public ListenerImpl()
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.