org.exoplatform.services.wsrp2.consumer
Interface WSRPInteractionRequest

All Superinterfaces:
WSRPBaseRequest
All Known Implementing Classes:
WSRPInteractionRequestAdapter

public interface WSRPInteractionRequest
extends WSRPBaseRequest

This is the abstraction for a interaction request at a integrated remote portlet at the consumer side.

Author:
Benjamin Mestrallet

Method Summary
 NamedString[] getFormParameters()
           
 java.lang.String getInteractionState()
           
 StateChange getPortletStateChange()
           
 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

getInteractionState

java.lang.String getInteractionState()

getFormParameters

NamedString[] getFormParameters()

getUploadContexts

UploadContext[] getUploadContexts()

getPortletStateChange

StateChange getPortletStateChange()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.