org.exoplatform.services.wsrp2.consumer.adapters
Class WSRPMarkupRequestAdapter
java.lang.Object
org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter
org.exoplatform.services.wsrp2.consumer.adapters.WSRPMarkupRequestAdapter
- All Implemented Interfaces:
- WSRPBaseRequest, WSRPMarkupRequest
public class WSRPMarkupRequestAdapter
- extends WSRPBaseRequestAdapter
- implements WSRPMarkupRequest
|
Method Summary |
org.exoplatform.services.wsrp2.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.wsrp2.type.MarkupContext cachedMarkup)
|
| Methods inherited from class org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter |
getClientData, getExtensions, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getNavigationalValues, getPortletInstanceKey, getSessionID, getUserAuthentication, getValidateTag, getValidNewModes, getValidNewWindowStates, getWindowState, isModeSupported, isSecureClientCommunication, isWindowStateSupported, setClientData, setExtensions, setLocales, setMarkupCharacterSets, setMimeTypes, setMode, setNavigationalState, setNavigationalValues, setPortletInstanceKey, setSecureClientCommunication, setSessionID, setUserAuthentication, setValidateTag, setValidNewModes, setValidNewWindowStates, setWindowState |
| 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.wsrp2.consumer.WSRPBaseRequest |
getClientData, getExtensions, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getNavigationalValues, getPortletInstanceKey, getSessionID, getUserAuthentication, getValidateTag, getValidNewModes, getValidNewWindowStates, getWindowState, isModeSupported, isSecureClientCommunication, isWindowStateSupported |
WSRPMarkupRequestAdapter
public WSRPMarkupRequestAdapter()
getCachedMarkup
public org.exoplatform.services.wsrp2.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.wsrp2.type.MarkupContext cachedMarkup)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.