org.apache.jetspeed.container.state.impl
Class SessionFullExtendedNavigationalState
java.lang.Object
org.apache.jetspeed.container.state.impl.AbstractNavigationalState
org.apache.jetspeed.container.state.impl.SessionNavigationalState
org.apache.jetspeed.container.state.impl.SessionFullNavigationalState
org.apache.jetspeed.container.state.impl.SessionFullExtendedNavigationalState
- All Implemented Interfaces:
- MutableNavigationalState, NavigationalState
public class SessionFullExtendedNavigationalState
- extends SessionFullNavigationalState
SessionFullClearOnChangePageNavigationalState, stores all nav parameters in the session, including render parameters
- Version:
- $Id$
- Author:
- Mohan Kannapareddy
Methods inherited from class org.apache.jetspeed.container.state.impl.AbstractNavigationalState |
clearParameters, encode, encode, encode, getMappedMode, getMappedMode, getMappedState, getMappedState, getMaximizedWindow, getMode, getMode, getParameterNames, getParameterValues, getPortletWindowOfAction, getPortletWindowOfResource, getPortletWindowRequestNavigationalStates, getState, getState, getWindowIdIterator, init, removeState, setMode, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionFullExtendedNavigationalState
public SessionFullExtendedNavigationalState(NavigationalStateCodec codec,
JetspeedContentCache cache)
SessionFullExtendedNavigationalState
public SessionFullExtendedNavigationalState(NavigationalStateCodec codec,
JetspeedContentCache cache,
JetspeedContentCache decorationCache)
SessionFullExtendedNavigationalState
public SessionFullExtendedNavigationalState(NavigationalStateCodec codec,
JetspeedContentCache cache,
JetspeedContentCache decorationCache,
boolean clearStateOnPageChangeEnabled)
clearPagePortletsModeAndWindowState
protected boolean clearPagePortletsModeAndWindowState(RequestContext context)
sync
public void sync(RequestContext context)
- Description copied from interface:
NavigationalState
- Synchronize the Navigational State with saved state (if used).
Should be called by the PortalURL impl right after calling #init(String)
- Specified by:
sync
in interface NavigationalState
- Overrides:
sync
in class SessionNavigationalState
- Parameters:
context
- The RequestContext for this Navigational State
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.