|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.consumer.driver.GenericPortletWindowSessionImpl
Constructor Summary | |
GenericPortletWindowSessionImpl(java.lang.String windowID,
PortletSession pSession)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericPortletWindowSessionImpl(java.lang.String windowID, PortletSession pSession)
Method Detail |
public PortletSession getPortletSession()
PortletWindowSession
getPortletSession
in interface PortletWindowSession
PortletSession
this window session belongs to.public java.lang.String getWindowID()
PortletWindowSession
getWindowID
in interface PortletWindowSession
public void setWindowID(java.lang.String windowID)
PortletWindowSession
setWindowID
in interface PortletWindowSession
windowID
- The ID of the portlet window.public MarkupContext getCachedMarkup()
PortletWindowSession
performBlockingInteraction
calls in order to save an additional getMarkup
call.
getCachedMarkup
in interface PortletWindowSession
public void updateMarkupCache(MarkupContext markupContext)
PortletWindowSession
performBlockingInteraction
calls in order to save an additional getMarkup
call.
Updateing the cache with a null value clears the markup cache.
updateMarkupCache
in interface PortletWindowSession
markupContext
- The markup context or null in case the cache should be cleared.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |