|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public String getWindowState()
public void setWindowState(String windowState)
windowState
- The window statepublic String getMode()
public void setMode(String mode)
mode
- The portlet modepublic String getNavigationalState()
public void setNavigationalState(String navState)
navState
- the navigational state
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |