|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a portlet window session used by the swing consumer
In additional to SimplePortletWindowSession
it contains information about the current window state and mode of a portlet window
| Method Summary | |
java.lang.String |
getMode()
Get the portlet mode of the portlet window. |
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 of the portlet window. |
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 window this session belongs to. |
| Methods inherited from interface org.apache.wsrp4j.consumer.PortletWindowSession |
getCachedMarkup, getPortletSession, getWindowID, setWindowID, updateMarkupCache |
| Method Detail |
public java.lang.String getWindowState()
public void setWindowState(java.lang.String windowState)
windowState - The window statepublic java.lang.String getMode()
public void setMode(java.lang.String mode)
mode - The portlet modepublic java.lang.String getNavigationalState()
public void setNavigationalState(java.lang.String navState)
navState - the navigational state
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||