org.apache.jetspeed.om.portlet
Interface CustomPortletMode

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

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

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

Method Summary
 Description addDescription(java.lang.String lang)
           
 javax.portlet.PortletMode getCustomMode()
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 javax.portlet.PortletMode getMappedMode()
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.CustomPortletMode
getPortletMode, isPortalManaged, setPortalManaged
 

Method Detail

getDescription

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

getDescriptions

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

addDescription

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

getCustomMode

javax.portlet.PortletMode getCustomMode()

getMappedMode

javax.portlet.PortletMode getMappedMode()


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