org.apache.jetspeed.container.state.impl
Class SessionFullNavigationalState

java.lang.Object
  extended by org.apache.jetspeed.container.state.impl.AbstractNavigationalState
      extended by org.apache.jetspeed.container.state.impl.SessionNavigationalState
          extended by org.apache.jetspeed.container.state.impl.SessionFullNavigationalState
All Implemented Interfaces:
org.apache.jetspeed.container.state.MutableNavigationalState, org.apache.jetspeed.container.state.NavigationalState
Direct Known Subclasses:
SessionFullExtendedNavigationalState

public class SessionFullNavigationalState
extends SessionNavigationalState

SessionFullNavigationalState, stores all nav parameters in the session, including render parameters

Version:
$Id: SessionFullNavigationalState.java 553340 2007-07-04 22:00:09Z taylor $
Author:
Ate Douma

Field Summary
 
Fields inherited from class org.apache.jetspeed.container.state.impl.SessionNavigationalState
log
 
Fields inherited from class org.apache.jetspeed.container.state.impl.AbstractNavigationalState
cache, decorationCache
 
Fields inherited from interface org.apache.jetspeed.container.state.NavigationalState
NAVSTATE_SESSION_KEY
 
Constructor Summary
SessionFullNavigationalState(NavigationalStateCodec codec, org.apache.jetspeed.cache.JetspeedContentCache cache)
           
SessionFullNavigationalState(NavigationalStateCodec codec, org.apache.jetspeed.cache.JetspeedContentCache cache, org.apache.jetspeed.cache.JetspeedContentCache decorationCache)
           
 
Method Summary
 boolean isRenderParameterStateFull()
           
 
Methods inherited from class org.apache.jetspeed.container.state.impl.SessionNavigationalState
getCurrentPageWindowStates, isClearPortletsModeAndWindowStateEnabled, isNavigationalParameterStateFull, setClearPortletsModeAndWindowStateEnabled, sync
 
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
 

Constructor Detail

SessionFullNavigationalState

public SessionFullNavigationalState(NavigationalStateCodec codec,
                                    org.apache.jetspeed.cache.JetspeedContentCache cache)

SessionFullNavigationalState

public SessionFullNavigationalState(NavigationalStateCodec codec,
                                    org.apache.jetspeed.cache.JetspeedContentCache cache,
                                    org.apache.jetspeed.cache.JetspeedContentCache decorationCache)
Method Detail

isRenderParameterStateFull

public boolean isRenderParameterStateFull()
Specified by:
isRenderParameterStateFull in interface org.apache.jetspeed.container.state.NavigationalState
Overrides:
isRenderParameterStateFull in class SessionNavigationalState


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.