org.exoplatform.services.wsrp.consumer.adapters
Class WSRPMarkupRequestAdapter
java.lang.Object
org.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
org.exoplatform.services.wsrp.consumer.adapters.WSRPMarkupRequestAdapter
- All Implemented Interfaces:
- WSRPBaseRequest, WSRPMarkupRequest
public class WSRPMarkupRequestAdapter
- extends WSRPBaseRequestAdapter
- implements WSRPMarkupRequest
|
Method Summary |
org.exoplatform.services.wsrp.type.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(org.exoplatform.services.wsrp.type.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 |
WSRPMarkupRequestAdapter
public WSRPMarkupRequestAdapter()
getCachedMarkup
public org.exoplatform.services.wsrp.type.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(org.exoplatform.services.wsrp.type.MarkupContext cachedMarkup)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.