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 org.exoplatform.services.wsrp2.type.ResourceContext getCachedResource()
- Specified by:
getCachedResource in interface WSRPResourceRequest
setCachedResource
public void setCachedResource(org.exoplatform.services.wsrp2.type.ResourceContext cachedResource)
getResourceState
public String getResourceState()
- Specified by:
getResourceState in interface WSRPResourceRequest
setResourceState
public void setResourceState(String resourceState)
getFormParameters
public org.exoplatform.services.wsrp2.type.NamedString[] getFormParameters()
- Specified by:
getFormParameters in interface WSRPResourceRequest
setFormParameters
public void setFormParameters(org.exoplatform.services.wsrp2.type.NamedString[] formParameters)
getResourceID
public String getResourceID()
- Specified by:
getResourceID in interface WSRPResourceRequest
setResourceID
public void setResourceID(String resourceID)
getUploadContexts
public org.exoplatform.services.wsrp2.type.UploadContext[] getUploadContexts()
- Specified by:
getUploadContexts in interface WSRPResourceRequest
setUploadContexts
public void setUploadContexts(org.exoplatform.services.wsrp2.type.UploadContext[] uploadContexts)
getPortletStateChange
public org.exoplatform.services.wsrp2.type.StateChange getPortletStateChange()
- Specified by:
getPortletStateChange in interface WSRPResourceRequest
setPortletStateChange
public void setPortletStateChange(org.exoplatform.services.wsrp2.type.StateChange portletStateChange)
getResourceCacheability
public String getResourceCacheability()
- Specified by:
getResourceCacheability in interface WSRPResourceRequest
setResourceCacheability
public void setResourceCacheability(String resourceCacheability)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.