|
||||||||||
| 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 | |
|---|---|
org.exoplatform.services.wsrp.type.MarkupContext |
getCachedMarkup()
Get the markup context which has been cached. |
String |
getNavigationalState()
|
PortletSession |
getPortletSession()
Get the portlet session this window session belongs to. |
String |
getWindowID()
Get the ID of the portlets window this session belongs to. |
void |
setNavigationalState(String navigationalState)
|
void |
setWindowID(String windowID)
Set the ID of the portlets window this sessions belongs to. |
void |
updateMarkupCache(org.exoplatform.services.wsrp.type.MarkupContext markupContext)
Update the cache which holds the markup context. |
| Method Detail |
|---|
String getWindowID()
void setWindowID(String windowID)
windowID - The ID of the portlet window.org.exoplatform.services.wsrp.type.MarkupContext getCachedMarkup()
performBlockingInteraction calls in order to save an
additional getMarkup call.
void updateMarkupCache(org.exoplatform.services.wsrp.type.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(String navigationalState)
String getNavigationalState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||