|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp2.consumer.adapters.PortletWindowSessionAdapter
public class PortletWindowSessionAdapter
| Constructor Summary | |
|---|---|
PortletWindowSessionAdapter()
|
|
| Method Summary | |
|---|---|
org.exoplatform.services.wsrp2.type.MarkupContext |
getCachedMarkup()
Get the markup context which has been cached. |
org.exoplatform.services.wsrp2.type.ResourceContext |
getCachedResource()
|
String |
getInteractionState()
|
org.exoplatform.services.wsrp2.type.MarkupContext |
getMarkupContext()
|
String |
getNavigationalState()
|
org.exoplatform.services.wsrp2.type.NamedString[] |
getNavigationalValues()
|
PortletSession |
getPortletSession()
Get the portlet session this window session belongs to. |
org.exoplatform.services.wsrp2.type.ResourceContext |
getResourceContext()
|
String |
getResourceState()
|
String |
getWindowID()
Get the ID of the portlets window this session belongs to. |
void |
setInteractionState(String interactionState)
|
void |
setMarkupContext(org.exoplatform.services.wsrp2.type.MarkupContext markupContext)
|
void |
setNavigationalState(String navigationalState)
|
void |
setNavigationalValues(org.exoplatform.services.wsrp2.type.NamedString[] navigationalValues)
|
void |
setPortletSession(PortletSession portletSession)
|
void |
setResourceContext(org.exoplatform.services.wsrp2.type.ResourceContext resourceContext)
|
void |
setResourceState(String resourceState)
|
void |
setWindowID(String windowID)
Set the ID of the portlets window this sessions belongs to. |
void |
updateMarkupCache(org.exoplatform.services.wsrp2.type.MarkupContext markupContext)
Update the cache which holds the markup context. |
void |
updateResourceCache(org.exoplatform.services.wsrp2.type.ResourceContext resourceContext)
|
| 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.wsrp2.type.MarkupContext getCachedMarkup()
PortletWindowSessionperformBlockingInteraction calls in order to save an
additional getMarkup call.
getCachedMarkup in interface PortletWindowSessionpublic void updateMarkupCache(org.exoplatform.services.wsrp2.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.wsrp2.type.MarkupContext getMarkupContext()
public void setMarkupContext(org.exoplatform.services.wsrp2.type.MarkupContext markupContext)
public String getNavigationalState()
getNavigationalState in interface PortletWindowSessionpublic void setNavigationalState(String navigationalState)
setNavigationalState in interface PortletWindowSessionpublic org.exoplatform.services.wsrp2.type.ResourceContext getCachedResource()
getCachedResource in interface PortletWindowSessionpublic void updateResourceCache(org.exoplatform.services.wsrp2.type.ResourceContext resourceContext)
updateResourceCache in interface PortletWindowSessionpublic org.exoplatform.services.wsrp2.type.ResourceContext getResourceContext()
public void setResourceContext(org.exoplatform.services.wsrp2.type.ResourceContext resourceContext)
public org.exoplatform.services.wsrp2.type.NamedString[] getNavigationalValues()
getNavigationalValues in interface PortletWindowSessionpublic void setNavigationalValues(org.exoplatform.services.wsrp2.type.NamedString[] navigationalValues)
setNavigationalValues in interface PortletWindowSessionpublic String getInteractionState()
getInteractionState in interface PortletWindowSessionpublic void setInteractionState(String interactionState)
setInteractionState in interface PortletWindowSessionpublic String getResourceState()
getResourceState in interface PortletWindowSessionpublic void setResourceState(String resourceState)
setResourceState in interface PortletWindowSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||