|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp.consumer.adapters.PortletWindowSessionAdapter
public class PortletWindowSessionAdapter
| Constructor Summary | |
|---|---|
PortletWindowSessionAdapter()
|
|
| Method Summary | |
|---|---|
org.exoplatform.services.wsrp.type.MarkupContext |
getCachedMarkup()
Get the markup context which has been cached. |
org.exoplatform.services.wsrp.type.MarkupContext |
getMarkupContext()
|
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 |
setMarkupContext(org.exoplatform.services.wsrp.type.MarkupContext markupContext)
|
void |
setNavigationalState(String navigationalState)
|
void |
setPortletSession(PortletSession portletSession)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletWindowSessionAdapter()
| Method Detail |
|---|
public String getWindowID()
PortletWindowSession
getWindowID in interface PortletWindowSessionpublic void setWindowID(String windowID)
PortletWindowSession
setWindowID in interface PortletWindowSessionwindowID - The ID of the portlet window.public org.exoplatform.services.wsrp.type.MarkupContext getCachedMarkup()
PortletWindowSessionperformBlockingInteraction calls in order to save an
additional getMarkup call.
getCachedMarkup in interface PortletWindowSessionpublic void updateMarkupCache(org.exoplatform.services.wsrp.type.MarkupContext markupContext)
PortletWindowSessionperformBlockingInteraction calls in order to save an
additional getMarkup call. Updateing the cache with a null
value clears the markup cache.
updateMarkupCache in interface PortletWindowSessionpublic PortletSession getPortletSession()
PortletWindowSession
getPortletSession in interface PortletWindowSessionPortletSession this window session belongs to.public void setPortletSession(PortletSession portletSession)
public org.exoplatform.services.wsrp.type.MarkupContext getMarkupContext()
public void setMarkupContext(org.exoplatform.services.wsrp.type.MarkupContext markupContext)
public String getNavigationalState()
getNavigationalState in interface PortletWindowSessionpublic void setNavigationalState(String navigationalState)
setNavigationalState in interface PortletWindowSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||