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

java.lang.Object
  extended byorg.apache.jetspeed.container.state.impl.PortletWindowSessionNavigationalStates
All Implemented Interfaces:
Serializable

public class PortletWindowSessionNavigationalStates
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
private static class PortletWindowSessionNavigationalStates.PageState
           
 
Field Summary
private  Map pageStates
           
private  boolean storeParameters
           
 
Constructor Summary
PortletWindowSessionNavigationalStates(boolean storeParameters)
           
 
Method Summary
 void sync(org.apache.jetspeed.om.page.Page page, PortletWindowRequestNavigationalStates requestStates)
           
private  void syncStates(boolean actionRequestState, PortletWindowRequestNavigationalState requestState, PortletWindowBaseNavigationalState sessionState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storeParameters

private final boolean storeParameters

pageStates

private Map pageStates
Constructor Detail

PortletWindowSessionNavigationalStates

public PortletWindowSessionNavigationalStates(boolean storeParameters)
Method Detail

sync

public void sync(org.apache.jetspeed.om.page.Page page,
                 PortletWindowRequestNavigationalStates requestStates)

syncStates

private void syncStates(boolean actionRequestState,
                        PortletWindowRequestNavigationalState requestState,
                        PortletWindowBaseNavigationalState sessionState)


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