org.apache.jetspeed.om.portlet
Interface EventDefinition

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

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

Version:
$Id: EventDefinition.java 755263 2009-03-17 14:23:52Z ate $

Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.EventDefinition
addAlias, getAliases, getName, getQName, getQualifiedName, getValueType, setValueType
 

Method Detail

getDescription

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

getDescriptions

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

addDescription

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


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