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
 ResourceContext getCachedResource()
           
 NamedString[] getFormParameters()
           
 StateChange getPortletStateChange()
           
 java.lang.String getResourceCacheability()
           
 java.lang.String getResourceID()
           
 java.lang.String getResourceState()
           
 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

ResourceContext getCachedResource()

getResourceState

java.lang.String getResourceState()

getFormParameters

NamedString[] getFormParameters()

getResourceID

java.lang.String getResourceID()

getUploadContexts

UploadContext[] getUploadContexts()

getPortletStateChange

StateChange getPortletStateChange()

getResourceCacheability

java.lang.String getResourceCacheability()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.