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

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

public class PortletWindowExtendedNavigationalState
extends PortletWindowBaseNavigationalState

PortletWindowExtendedNavigationalState

Version:
$Id: PortletWindowExtendedNavigationalState.java 551865 2007-06-29 12:13:10Z ate $
Author:
Ate Douma
See Also:
Serialized Form

Nested Class Summary
private static class PortletWindowExtendedNavigationalState.ModeStateKey
           
 
Field Summary
private  Map decoratorActionEncodings
           
private  Map parametersMap
           
 
Constructor Summary
PortletWindowExtendedNavigationalState()
           
 
Method Summary
 String getDecoratorActionEncoding(javax.portlet.PortletMode mode, javax.portlet.WindowState state)
           
 Map getParametersMap()
           
 void resetDecoratorActionEncodings()
           
 void setDecoratorActionEncoding(javax.portlet.PortletMode mode, javax.portlet.WindowState state, String encoding)
           
 void setParameters(String name, String[] values)
           
 void setParametersMap(Map parametersMap)
           
 
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

parametersMap

private Map parametersMap

decoratorActionEncodings

private Map decoratorActionEncodings
Constructor Detail

PortletWindowExtendedNavigationalState

public PortletWindowExtendedNavigationalState()
Method Detail

getParametersMap

public Map getParametersMap()

setParameters

public void setParameters(String name,
                          String[] values)

setParametersMap

public void setParametersMap(Map parametersMap)

resetDecoratorActionEncodings

public void resetDecoratorActionEncodings()

setDecoratorActionEncoding

public void setDecoratorActionEncoding(javax.portlet.PortletMode mode,
                                       javax.portlet.WindowState state,
                                       String encoding)

getDecoratorActionEncoding

public String getDecoratorActionEncoding(javax.portlet.PortletMode mode,
                                         javax.portlet.WindowState state)


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