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

java.lang.Object
  extended by org.apache.jetspeed.container.state.impl.PortletWindowRequestNavigationalStates

public class PortletWindowRequestNavigationalStates
extends java.lang.Object


Constructor Summary
PortletWindowRequestNavigationalStates(java.lang.String characterEncoding)
           
 
Method Summary
 void addPortletWindowNavigationalState(java.lang.String windowId, PortletWindowRequestNavigationalState pwnState)
           
 org.apache.pluto.om.window.PortletWindow getActionWindow()
           
 java.lang.String getCharacterEncoding()
           
 org.apache.pluto.om.window.PortletWindow getMaximizedWindow()
           
 PortletWindowRequestNavigationalState getPortletWindowNavigationalState(java.lang.String windowId)
           
 org.apache.pluto.om.window.PortletWindow getResourceWindow()
           
 java.util.Iterator getWindowIdIterator()
           
 void removePortletWindowNavigationalState(java.lang.String windowId)
           
 void setActionWindow(org.apache.pluto.om.window.PortletWindow actionWindow)
           
 void setMaximizedWindow(org.apache.pluto.om.window.PortletWindow maximizedWindow)
           
 void setResourceWindow(org.apache.pluto.om.window.PortletWindow resourceWindow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowRequestNavigationalStates

public PortletWindowRequestNavigationalStates(java.lang.String characterEncoding)
Method Detail

getCharacterEncoding

public java.lang.String getCharacterEncoding()

getWindowIdIterator

public java.util.Iterator getWindowIdIterator()

removePortletWindowNavigationalState

public void removePortletWindowNavigationalState(java.lang.String windowId)

getPortletWindowNavigationalState

public PortletWindowRequestNavigationalState getPortletWindowNavigationalState(java.lang.String windowId)

addPortletWindowNavigationalState

public void addPortletWindowNavigationalState(java.lang.String windowId,
                                              PortletWindowRequestNavigationalState pwnState)

getMaximizedWindow

public org.apache.pluto.om.window.PortletWindow getMaximizedWindow()

setMaximizedWindow

public void setMaximizedWindow(org.apache.pluto.om.window.PortletWindow maximizedWindow)

getActionWindow

public org.apache.pluto.om.window.PortletWindow getActionWindow()

setActionWindow

public void setActionWindow(org.apache.pluto.om.window.PortletWindow actionWindow)

setResourceWindow

public void setResourceWindow(org.apache.pluto.om.window.PortletWindow resourceWindow)

getResourceWindow

public org.apache.pluto.om.window.PortletWindow getResourceWindow()


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