Package org.gatein.pc.controller.state
Class WindowNavigationalState
- java.lang.Object
-
- org.gatein.pc.controller.state.WindowNavigationalState
-
- All Implemented Interfaces:
Serializable
public final class WindowNavigationalState extends Object implements Serializable
The navigational state of a window that contains the portlet navigational state, the mode and window state. This class is immutable.- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowNavigationalState()WindowNavigationalState(org.gatein.pc.api.StateString portletNavigationalState, org.gatein.pc.api.Mode mode, org.gatein.pc.api.WindowState windowState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gatein.pc.api.ModegetMode()org.gatein.pc.api.StateStringgetPortletNavigationalState()org.gatein.pc.api.WindowStategetWindowState()
-