Class StateControllerContextImpl
java.lang.Object
org.gatein.pc.controller.impl.state.StateControllerContextImpl
- All Implemented Interfaces:
StateControllerContext
/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPublicWindowNavigationalState(ControllerContext controller, PageNavigationalState page, String windowId) Obtain the public navigational state of a portlet window.voidupdatePublicNavigationalState(ControllerContext controller, PageNavigationalState page, String portletWindowId, Map<String, String[]> update) Update the public navigational state of a portlet window.
-
Constructor Details
-
StateControllerContextImpl
public StateControllerContextImpl()
-
-
Method Details