org.jboss.portal.portlet.controller.state
Interface StateControllerContext

All Known Implementing Classes:
StateControllerContextImpl, TCKStateControllerContext

public interface StateControllerContext

The context used by the controller to manage state.

Version:
$Revision: 630 $
Author:
Julien Viet

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.
 

Method Detail

clonePortletPageNavigationalState

PortletPageNavigationalState clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState,
                                                               boolean modifiable)
Clone an existing page state object.

Parameters:
portletPageNavigationalState - the portlet page navigational state
modifiable - set the modifiable status
Returns:
the page state clone @return the cloned page navigational state

createPortletPageNavigationalState

PortletPageNavigationalState createPortletPageNavigationalState(boolean modifiable)
Create a new portlet page state object.

Parameters:
modifiable - set the modifiable status
Returns:
the new portlet page state


Copyright © 2008. All Rights Reserved.