|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletWindowSession
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. |
java.lang.String |
getNavigationalState()
|
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 |
setNavigationalState(java.lang.String navigationalState)
|
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 |
|---|
java.lang.String getWindowID()
void setWindowID(java.lang.String windowID)
windowID - The ID of the portlet window.MarkupContext getCachedMarkup()
performBlockingInteraction calls in order to save an
additional getMarkup call.
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.
PortletSession getPortletSession()
PortletSession this window session belongs to.void setNavigationalState(java.lang.String navigationalState)
java.lang.String getNavigationalState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||