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

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

public class SessionNavigationalState
extends AbstractNavigationalState

SessionNavigationalState, stores nav parameters in the session, not on URL

Version:
$Id: SessionNavigationalState.java 187753 2004-10-15 21:47:25Z ate $
Author:
David Sean Taylor

Field Summary
 
Fields inherited from class org.apache.jetspeed.container.state.impl.AbstractNavigationalState
 
Fields inherited from interface org.apache.jetspeed.container.state.NavigationalState
NAVSTATE_SESSION_KEY
 
Constructor Summary
SessionNavigationalState(NavigationalStateCodec codec)
           
 
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
encode, encode, getMaximizedWindow, getMode, getMode, getParameterNames, getParameterValues, getPortletWindowOfAction, getPortletWindowRequestNavigationalStates, getState, getState, getWindowIdIterator, init, setMode, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionNavigationalState

public SessionNavigationalState(NavigationalStateCodec codec)
Method Detail

sync

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

isNavigationalParameterStateFull

public boolean isNavigationalParameterStateFull()

isRenderParameterStateFull

public boolean isRenderParameterStateFull()


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