|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.consumer.driver.GenericPortletWindowSessionImpl
org.apache.cocoon.portal.wsrp.consumer.SimplePortletWindowSessionImpl
Holds the parameters for displaying the portlet in a portlet-window.
The attributes windowState, portletMode and the navigationalState
are representing all preferences of the portlet-window.
Constructor Summary | |
SimplePortletWindowSessionImpl(String windowID,
org.apache.wsrp4j.consumer.PortletSession pSession)
Constructor |
Method Summary | |
String |
getMode()
Get the portlet mode |
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 |
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 instance this session belongs to |
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericPortletWindowSessionImpl |
getCachedMarkup, getPortletSession, getWindowID, setWindowID, updateMarkupCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.wsrp4j.consumer.PortletWindowSession |
getCachedMarkup, getPortletSession, getWindowID, setWindowID, updateMarkupCache |
Constructor Detail |
public SimplePortletWindowSessionImpl(String windowID, org.apache.wsrp4j.consumer.PortletSession pSession)
windowID
- pSession
- Method Detail |
public String getWindowState()
getWindowState
in interface SimplePortletWindowSession
public String getMode()
getMode
in interface SimplePortletWindowSession
public void setWindowState(String windowState)
setWindowState
in interface SimplePortletWindowSession
windowState
- The window state of the portlet windowpublic void setMode(String mode)
setMode
in interface SimplePortletWindowSession
mode
- The portlet mode of the portlet windowpublic String getNavigationalState()
SimplePortletWindowSession
getNavigationalState
in interface SimplePortletWindowSession
SimplePortletWindowSession.getNavigationalState()
public void setNavigationalState(String navState)
SimplePortletWindowSession
setNavigationalState
in interface SimplePortletWindowSession
navState
- the navigational stateSimplePortletWindowSession.setNavigationalState(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |