org.jboss.portal.portlet.test.tck
Class TCKStateControllerContext

java.lang.Object
  extended by org.jboss.portal.portlet.test.tck.TCKStateControllerContext
All Implemented Interfaces:
StateControllerContext

public class TCKStateControllerContext
extends java.lang.Object
implements StateControllerContext

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
TCKStateControllerContext(StateControllerContext defaultStateControllerContext)
           
 
Method Summary
 PortletPageNavigationalState clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
          Clone an existing page state object.
 PortletPageNavigationalState createPortletPageNavigationalState(boolean modifiable)
          Create a new portlet page state object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCKStateControllerContext

public TCKStateControllerContext(StateControllerContext defaultStateControllerContext)
Method Detail

clonePortletPageNavigationalState

public PortletPageNavigationalState clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState,
                                                                      boolean modifiable)
Description copied from interface: StateControllerContext
Clone an existing page state object.

Specified by:
clonePortletPageNavigationalState in interface StateControllerContext
Parameters:
portletPageNavigationalState - the portlet page navigational state
modifiable - set the modifiable status
Returns:
the page state clone @return the cloned page navigational state

createPortletPageNavigationalState

public PortletPageNavigationalState createPortletPageNavigationalState(boolean modifiable)
Description copied from interface: StateControllerContext
Create a new portlet page state object.

Specified by:
createPortletPageNavigationalState in interface StateControllerContext
Parameters:
modifiable - set the modifiable status
Returns:
the new portlet page state


Copyright © 2008. All Rights Reserved.