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:
java.io.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

Constructor Summary
PortletWindowRequestNavigationalState(java.lang.String windowId)
           
 
Method Summary
 java.lang.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
 

Constructor Detail

PortletWindowRequestNavigationalState

public PortletWindowRequestNavigationalState(java.lang.String windowId)
Method Detail

getWindowId

public java.lang.String getWindowId()

isClearParameters

public boolean isClearParameters()

setClearParameters

public void setClearParameters(boolean ignoreParameters)


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