org.apache.pluto.portalImpl.aggregation
Class PortletFragment.PortletInfo

java.lang.Object
  extended by org.apache.pluto.portalImpl.aggregation.PortletFragment.PortletInfo
Enclosing class:
PortletFragment

public static class PortletFragment.PortletInfo
extends java.lang.Object


Constructor Summary
PortletFragment.PortletInfo()
           
 
Method Summary
 void addPortletMode(javax.portlet.PortletMode mode, java.lang.String activationURL, boolean isCurrent)
           
 void addPortletWindowState(java.lang.String stateLabel, java.lang.String activationURL, boolean isCurrent)
           
 java.util.List getAvailablePortletModes()
           
 java.util.List getAvailablePortletWindowStates()
           
 java.lang.String getTitle()
           
 void setTitle(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletFragment.PortletInfo

public PortletFragment.PortletInfo()
Method Detail

getTitle

public java.lang.String getTitle()
Returns:
portlet title.

setTitle

public void setTitle(java.lang.String string)
Parameters:
string - representing the new title.

getAvailablePortletModes

public java.util.List getAvailablePortletModes()
Returns:
available modes

addPortletMode

public void addPortletMode(javax.portlet.PortletMode mode,
                           java.lang.String activationURL,
                           boolean isCurrent)

getAvailablePortletWindowStates

public java.util.List getAvailablePortletWindowStates()
Returns:
list of all available portlet states.

addPortletWindowState

public void addPortletWindowState(java.lang.String stateLabel,
                                  java.lang.String activationURL,
                                  boolean isCurrent)


Copyright © 2003-2011 . All Rights Reserved.