org.apache.jetspeed.container.state.impl
Class PortletWindowRequestNavigationalState
java.lang.Object
org.apache.jetspeed.container.state.impl.PortletWindowBaseNavigationalState
org.apache.jetspeed.container.state.impl.PortletWindowExtendedNavigationalState
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
PortletWindowRequestNavigationalState
public PortletWindowRequestNavigationalState(String windowId)
getWindowId
public String getWindowId()
isClearParameters
public boolean isClearParameters()
setClearParameters
public void setClearParameters(boolean ignoreParameters)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.