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

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

public class PortletWindowRequestNavigationalState
extends PortletWindowExtendedNavigationalState

PortletWindowRequestNavigationalState

Version:
$Id: PortletWindowRequestNavigationalState.java 187753 2004-10-15 21:47:25Z ate $
Author:
Ate Douma
See Also:
Serialized Form

Field Summary
private  boolean clearParameters
          true if for a targeted PortletWindow using StateFullParameters the saved (in the session) render parameters must be cleared when synchronizing the states.
private  String windowId
           
 
Fields inherited from class org.apache.jetspeed.container.state.impl.PortletWindowExtendedNavigationalState
 
Fields inherited from class org.apache.jetspeed.container.state.impl.PortletWindowBaseNavigationalState
 
Constructor Summary
PortletWindowRequestNavigationalState(String windowId)
           
 
Method Summary
 String getWindowId()
           
 boolean isClearParameters()
           
 void setClearParameters(boolean ignoreParameters)
           
 
Methods inherited from class org.apache.jetspeed.container.state.impl.PortletWindowExtendedNavigationalState
getParametersMap, setParameters, setParametersMap
 
Methods inherited from class org.apache.jetspeed.container.state.impl.PortletWindowBaseNavigationalState
getPortletMode, getWindowState, setPortletMode, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowId

private String windowId

clearParameters

private boolean clearParameters
true if for a targeted PortletWindow using StateFullParameters the saved (in the session) render parameters must be cleared when synchronizing the states. Prevents the default behavior when using StateFullParameters to copy the parameters from the session when no parameters are specified in the PortletURL. Used if for the targeted PortletWindow no render parameters are specified.

Constructor Detail

PortletWindowRequestNavigationalState

public PortletWindowRequestNavigationalState(String windowId)
Method Detail

getWindowId

public String getWindowId()

isClearParameters

public boolean isClearParameters()

setClearParameters

public void setClearParameters(boolean ignoreParameters)


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