org.exoplatform.services.wsrp2.consumer
Interface WSRPResourceRequest

All Superinterfaces:
WSRPBaseRequest
All Known Implementing Classes:
WSRPResourceRequestAdapter

public interface WSRPResourceRequest
extends WSRPBaseRequest

Author : Alexey Zavizionov alexey.zavizionov@exoplatform.com.ua 10.09.2007


Method Summary
 org.exoplatform.services.wsrp2.type.ResourceContext getCachedResource()
           
 org.exoplatform.services.wsrp2.type.NamedString[] getFormParameters()
           
 org.exoplatform.services.wsrp2.type.StateChange getPortletStateChange()
           
 String getResourceCacheability()
           
 String getResourceID()
           
 String getResourceState()
           
 org.exoplatform.services.wsrp2.type.UploadContext[] getUploadContexts()
           
 
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
 

Method Detail

getCachedResource

org.exoplatform.services.wsrp2.type.ResourceContext getCachedResource()

getResourceState

String getResourceState()

getFormParameters

org.exoplatform.services.wsrp2.type.NamedString[] getFormParameters()

getResourceID

String getResourceID()

getUploadContexts

org.exoplatform.services.wsrp2.type.UploadContext[] getUploadContexts()

getPortletStateChange

org.exoplatform.services.wsrp2.type.StateChange getPortletStateChange()

getResourceCacheability

String getResourceCacheability()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.