org.apache.cocoon.portal.wsrp.consumer
Interface SimplePortletWindowSession

All Superinterfaces:
org.apache.wsrp4j.consumer.PortletWindowSession
All Known Implementing Classes:
SimplePortletWindowSessionImpl

public interface SimplePortletWindowSession
extends org.apache.wsrp4j.consumer.PortletWindowSession

Defines a portlet window session used by the cocoon portal In additional to SimplePortletWindowSession it contains information about the current window state and mode of a portlet window.

Version:
$Id: SimplePortletWindowSession.java 322475 2005-10-16 14:26:44Z cziegeler $

Method Summary
 String getMode()
          Get the portlet mode of the portlet window.
 String getNavigationalState()
          Get the navigational state for the portlet window the session belongs to
 String getWindowState()
          Get the window state of the portlet window this session belongs to.
 void setMode(String mode)
          Set the portlet mode of the portlet window.
 void setNavigationalState(String navState)
          Set the navigational state for the portlet window the session belongs to
 void setWindowState(String windowState)
          Set the window state of the portlet window this session belongs to.
 
Methods inherited from interface org.apache.wsrp4j.consumer.PortletWindowSession
getCachedMarkup, getPortletSession, getWindowID, setWindowID, updateMarkupCache
 

Method Detail

getWindowState

public String getWindowState()
Get the window state of the portlet window this session belongs to.

Returns:
the window state

setWindowState

public void setWindowState(String windowState)
Set the window state of the portlet window this session belongs to.

Parameters:
windowState - The window state

getMode

public String getMode()
Get the portlet mode of the portlet window.

Returns:
The portlet mode

setMode

public void setMode(String mode)
Set the portlet mode of the portlet window.

Parameters:
mode - The portlet mode

getNavigationalState

public String getNavigationalState()
Get the navigational state for the portlet window the session belongs to

Returns:
the navigational state

setNavigationalState

public void setNavigationalState(String navState)
Set the navigational state for the portlet window the session belongs to

Parameters:
navState - the navigational state


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.