Package org.gatein.pc.controller.state
Interface StateControllerContext
- All Known Implementing Classes:
StateControllerContextImpl
public interface StateControllerContext
- Author:
- Julien Viet
-
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.
-
Method Details