org.exoplatform.services.wsrp.consumer.adapters
Class WSRPMarkupRequestAdapter

java.lang.Object
  extended by org.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
      extended by org.exoplatform.services.wsrp.consumer.adapters.WSRPMarkupRequestAdapter
All Implemented Interfaces:
WSRPBaseRequest, WSRPMarkupRequest

public class WSRPMarkupRequestAdapter
extends WSRPBaseRequestAdapter
implements WSRPMarkupRequest


Constructor Summary
WSRPMarkupRequestAdapter()
           
 
Method Summary
 MarkupContext getCachedMarkup()
          Get the markup context if there is cached markup for this portlet instance or null in case of an empty markup cache.
 void setCachedMarkup(MarkupContext cachedMarkup)
           
 
Methods inherited from class org.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported, setCharacterEncodingSet, setClientData, setLocales, setMimeTypes, setMode, setModes, setNavigationalState, setPortletInstanceKey, setSessionID, setUserAuthentication, setWindowState, setWindowStates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exoplatform.services.wsrp.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Constructor Detail

WSRPMarkupRequestAdapter

public WSRPMarkupRequestAdapter()
Method Detail

getCachedMarkup

public MarkupContext getCachedMarkup()
Description copied from interface: WSRPMarkupRequest
Get the markup context if there is cached markup for this portlet instance or null in case of an empty markup cache.

Specified by:
getCachedMarkup in interface WSRPMarkupRequest
Returns:
The cached markup context

setCachedMarkup

public void setCachedMarkup(MarkupContext cachedMarkup)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.