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

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

public class PortletWindowSessionNavigationalStates
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PortletWindowSessionNavigationalStates(boolean storeParameters)
           
 
Method Summary
 void changeAllPortletsToViewModeAndNormalWindowState(RequestContext context, Page page, PortletWindowRequestNavigationalStates requestStates, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
protected  boolean changedParameters(java.util.Map requestMap, java.util.Map sessionMap)
           
protected  java.util.Map getWindowStates(Page page)
           
protected  void removeFromCache(RequestContext context, java.lang.String id, JetspeedContentCache cache)
           
 void sync(RequestContext context, Page page, PortletWindowRequestNavigationalStates requestStates, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowSessionNavigationalStates

public PortletWindowSessionNavigationalStates(boolean storeParameters)
Method Detail

changeAllPortletsToViewModeAndNormalWindowState

public void changeAllPortletsToViewModeAndNormalWindowState(RequestContext context,
                                                            Page page,
                                                            PortletWindowRequestNavigationalStates requestStates,
                                                            JetspeedContentCache cache,
                                                            JetspeedContentCache decorationCache)

sync

public void sync(RequestContext context,
                 Page page,
                 PortletWindowRequestNavigationalStates requestStates,
                 JetspeedContentCache cache,
                 JetspeedContentCache decorationCache)

changedParameters

protected boolean changedParameters(java.util.Map requestMap,
                                    java.util.Map sessionMap)

removeFromCache

protected void removeFromCache(RequestContext context,
                               java.lang.String id,
                               JetspeedContentCache cache)

getWindowStates

protected java.util.Map getWindowStates(Page page)


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