org.apache.wsrp4j.consumer.app.driver
Class SimplePortletWindowSessionImpl
java.lang.Object
org.apache.wsrp4j.consumer.driver.GenericPortletWindowSessionImpl
org.apache.wsrp4j.consumer.app.driver.SimplePortletWindowSessionImpl
- All Implemented Interfaces:
- PortletWindowSession, SimplePortletWindowSession
- public class SimplePortletWindowSessionImpl
- extends GenericPortletWindowSessionImpl
- implements SimplePortletWindowSession
- Version:
- $Id: SimplePortletWindowSessionImpl.java,v 1.5 2005/08/11 13:02:02 cziegeler Exp $
|
Method Summary |
java.lang.String |
getMode()
Get the portlet mode. |
java.lang.String |
getNavigationalState()
Get the navigational state for the portlet window the session belongs to |
java.lang.String |
getWindowState()
Get the window state of the portlet window
this session belongs to. |
void |
setMode(java.lang.String mode)
Set the portlet mode. |
void |
setNavigationalState(java.lang.String navState)
Set the navigational state for the portlet window the session belongs to |
void |
setWindowState(java.lang.String windowState)
Set the window state of the portlet instance
this session belongs to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
windowState
private java.lang.String windowState
mode
private java.lang.String mode
navState
private java.lang.String navState
SimplePortletWindowSessionImpl
public SimplePortletWindowSessionImpl(java.lang.String windowID,
PortletSession pSession)
- Parameters:
windowID - pSession -
getWindowState
public java.lang.String getWindowState()
- Get the window state of the portlet window
this session belongs to.
- Specified by:
getWindowState in interface SimplePortletWindowSession
- Returns:
- the window state
getMode
public java.lang.String getMode()
- Get the portlet mode.
- Specified by:
getMode in interface SimplePortletWindowSession
- Returns:
- The portlet mode of the portlet window.
setWindowState
public void setWindowState(java.lang.String windowState)
- Set the window state of the portlet instance
this session belongs to.
- Specified by:
setWindowState in interface SimplePortletWindowSession
- Parameters:
windowState - The window state of the portlet window
setMode
public void setMode(java.lang.String mode)
- Set the portlet mode.
- Specified by:
setMode in interface SimplePortletWindowSession
- Parameters:
mode - The portlet mode of the portlet window
getNavigationalState
public java.lang.String getNavigationalState()
- Description copied from interface:
SimplePortletWindowSession
- Get the navigational state for the portlet window the session belongs to
- Specified by:
getNavigationalState in interface SimplePortletWindowSession
- Returns:
- the navigational state
setNavigationalState
public void setNavigationalState(java.lang.String navState)
- Description copied from interface:
SimplePortletWindowSession
- Set the navigational state for the portlet window the session belongs to
- Specified by:
setNavigationalState in interface SimplePortletWindowSession
- Parameters:
navState -
--