org.gatein.mop.core.api.workspace.content.portlet
Class PortletPreferencesState

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.content.CustomizationState
      extended by org.gatein.mop.core.api.workspace.content.portlet.PortletPreferencesState

public abstract class PortletPreferencesState
extends CustomizationState

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PortletPreferencesState()
           
 
Method Summary
abstract  PortletPreferenceState create()
           
abstract  Map<String,PortletPreferenceState> getChildren()
           
 Object getPayload()
           
 void setPayload(Object payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesState

public PortletPreferencesState()
Method Detail

getChildren

public abstract Map<String,PortletPreferenceState> getChildren()

create

public abstract PortletPreferenceState create()

setPayload

public void setPayload(Object payload)
Specified by:
setPayload in class CustomizationState

getPayload

public Object getPayload()
Specified by:
getPayload in class CustomizationState


Copyright © 2009 eXo Platform SAS. All Rights Reserved.