org.jboss.portal.portlet.controller.state
Class PortletWindowNavigationalState
java.lang.Object
org.jboss.portal.portlet.controller.state.PortletWindowNavigationalState
- All Implemented Interfaces:
- java.io.Serializable
public class PortletWindowNavigationalState
- extends java.lang.Object
- implements java.io.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletWindowNavigationalState
public PortletWindowNavigationalState()
PortletWindowNavigationalState
public PortletWindowNavigationalState(StateString portletNavigationalState,
org.jboss.portal.Mode mode,
org.jboss.portal.WindowState windowState)
getPortletNavigationalState
public StateString getPortletNavigationalState()
getMode
public org.jboss.portal.Mode getMode()
getWindowState
public org.jboss.portal.WindowState getWindowState()
Copyright © 2008. All Rights Reserved.