Uses of Class
org.exoplatform.services.wsrp.type.MarkupContext

Packages that use MarkupContext
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.adapters   
org.exoplatform.services.wsrp.type   
 

Uses of MarkupContext in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return MarkupContext
 MarkupContext WSRPMarkupRequest.getCachedMarkup()
          Get the markup context if there is cached markup for this portlet instance or null in case of an empty markup cache.
 MarkupContext PortletWindowSession.getCachedMarkup()
          Get the markup context which has been cached.
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type MarkupContext
 void PortletWindowSession.updateMarkupCache(MarkupContext markupContext)
          Update the cache which holds the markup context.
 

Uses of MarkupContext in org.exoplatform.services.wsrp.consumer.adapters
 

Methods in org.exoplatform.services.wsrp.consumer.adapters that return MarkupContext
 MarkupContext PortletWindowSessionAdapter.getCachedMarkup()
           
 MarkupContext WSRPMarkupRequestAdapter.getCachedMarkup()
           
 MarkupContext PortletWindowSessionAdapter.getMarkupContext()
           
 

Methods in org.exoplatform.services.wsrp.consumer.adapters with parameters of type MarkupContext
 void WSRPMarkupRequestAdapter.setCachedMarkup(MarkupContext cachedMarkup)
           
 void PortletWindowSessionAdapter.setMarkupContext(MarkupContext markupContext)
           
 void PortletWindowSessionAdapter.updateMarkupCache(MarkupContext markupContext)
           
 

Uses of MarkupContext in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return MarkupContext
 MarkupContext UpdateResponse.getMarkupContext()
          Gets the markupContext value for this UpdateResponse.
 MarkupContext MarkupResponse.getMarkupContext()
          Gets the markupContext value for this MarkupResponse.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type MarkupContext
 void UpdateResponse.setMarkupContext(MarkupContext markupContext)
          Sets the markupContext value for this UpdateResponse.
 void MarkupResponse.setMarkupContext(MarkupContext markupContext)
          Sets the markupContext value for this MarkupResponse.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type MarkupContext
MarkupResponse(MarkupContext markupContext, SessionContext sessionContext, Extension[] extensions)
           
UpdateResponse(SessionContext sessionContext, PortletContext portletContext, MarkupContext markupContext, java.lang.String navigationalState, java.lang.String newWindowState, java.lang.String newMode)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.