org.exoplatform.services.portletcontainer.pci
Class CustomModeWithDescription

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.CustomModeWithDescription

public class CustomModeWithDescription
extends Object

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net .

Constructor Summary
CustomModeWithDescription(javax.portlet.PortletMode portletMode, List<LocalisedDescription> descriptions)
           
 
Method Summary
 List<LocalisedDescription> getDescriptions()
           
 javax.portlet.PortletMode getPortletMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomModeWithDescription

public CustomModeWithDescription(javax.portlet.PortletMode portletMode,
                                 List<LocalisedDescription> descriptions)
Parameters:
portletMode - portlet mode
descriptions - descriptions
Method Detail

getDescriptions

public final List<LocalisedDescription> getDescriptions()
Returns:
a List of LocalisedDescription objects

getPortletMode

public final javax.portlet.PortletMode getPortletMode()
Returns:
portlet mode object


Copyright © 2009 eXo Platform SAS. All Rights Reserved.