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

java.lang.Object
  extended by org.apache.jetspeed.container.state.impl.AbstractNavigationalState
      extended by org.apache.jetspeed.container.state.impl.PathNavigationalState
All Implemented Interfaces:
org.apache.jetspeed.container.state.MutableNavigationalState, org.apache.jetspeed.container.state.NavigationalState

public class PathNavigationalState
extends AbstractNavigationalState

PathNavigationalStateContext stores all navigational state in the URL. This implementation does not currently support persisting navigational state.

Version:
$Id: PathNavigationalState.java 550655 2007-06-26 01:41:35Z taylor $
Author:
David Sean Taylor

Field Summary
 
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
PathNavigationalState(NavigationalStateCodec codec, org.apache.jetspeed.cache.JetspeedContentCache cache)
           
 
Method Summary
 boolean isNavigationalParameterStateFull()
           
 boolean isRenderParameterStateFull()
           
 void sync(org.apache.jetspeed.request.RequestContext context)
           
 
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

PathNavigationalState

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

sync

public void sync(org.apache.jetspeed.request.RequestContext context)

isNavigationalParameterStateFull

public boolean isNavigationalParameterStateFull()

isRenderParameterStateFull

public boolean isRenderParameterStateFull()


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