org.exoplatform.services.wsrp2.consumer.adapters
Class WSRPResourceRequestAdapter
java.lang.Object
org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter
org.exoplatform.services.wsrp2.consumer.adapters.WSRPResourceRequestAdapter
- All Implemented Interfaces:
- WSRPBaseRequest, WSRPResourceRequest
public class WSRPResourceRequestAdapter
- extends WSRPBaseRequestAdapter
- implements WSRPResourceRequest
Author : Alexey Zavizionov alexey.zavizionov@exoplatform.com.ua 10.09.2007
| 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 |
WSRPResourceRequestAdapter
public WSRPResourceRequestAdapter()
getCachedResource
public ResourceContext getCachedResource()
- Specified by:
getCachedResource in interface WSRPResourceRequest
setCachedResource
public void setCachedResource(ResourceContext cachedResource)
getResourceState
public java.lang.String getResourceState()
- Specified by:
getResourceState in interface WSRPResourceRequest
setResourceState
public void setResourceState(java.lang.String resourceState)
getFormParameters
public NamedString[] getFormParameters()
- Specified by:
getFormParameters in interface WSRPResourceRequest
setFormParameters
public void setFormParameters(NamedString[] formParameters)
getResourceID
public java.lang.String getResourceID()
- Specified by:
getResourceID in interface WSRPResourceRequest
setResourceID
public void setResourceID(java.lang.String resourceID)
getUploadContexts
public UploadContext[] getUploadContexts()
- Specified by:
getUploadContexts in interface WSRPResourceRequest
setUploadContexts
public void setUploadContexts(UploadContext[] uploadContexts)
getPortletStateChange
public StateChange getPortletStateChange()
- Specified by:
getPortletStateChange in interface WSRPResourceRequest
setPortletStateChange
public void setPortletStateChange(StateChange portletStateChange)
getResourceCacheability
public java.lang.String getResourceCacheability()
- Specified by:
getResourceCacheability in interface WSRPResourceRequest
setResourceCacheability
public void setResourceCacheability(java.lang.String resourceCacheability)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.