|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The portlet window session is a session which is unique for every window of a portlet instance.
Method Summary | |
MarkupContext |
getCachedMarkup()
Get the markup context which has been cached. |
PortletSession |
getPortletSession()
Get the portlet session this window session belongs to. |
java.lang.String |
getWindowID()
Get the ID of the portlets window this session belongs to. |
void |
setWindowID(java.lang.String windowID)
Set the ID of the portlets window this sessions belongs to. |
void |
updateMarkupCache(MarkupContext markupContext)
Update the cache which holds the markup context. |
Method Detail |
public java.lang.String getWindowID()
public void setWindowID(java.lang.String windowID)
windowID
- The ID of the portlet window.public MarkupContext getCachedMarkup()
performBlockingInteraction
calls in order to save an additional getMarkup
call.
public void updateMarkupCache(MarkupContext markupContext)
performBlockingInteraction
calls in order to save an additional getMarkup
call.
Updateing the cache with a null value clears the markup cache.
markupContext
- The markup context or null in case the cache should be cleared.public PortletSession getPortletSession()
PortletSession
this window session belongs to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |