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

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

public class PortletWindowRequestNavigationalState
extends PortletWindowExtendedNavigationalState

PortletWindowRequestNavigationalState

Version:
$Id: PortletWindowRequestNavigationalState.java 516448 2007-03-09 16:25:47Z 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
           
 
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
getDecoratorActionEncoding, getParametersMap, resetDecoratorActionEncodings, setDecoratorActionEncoding, 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-2007 Apache Software Foundation. All Rights Reserved.