org.exoplatform.services.wsrp.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
 org.exoplatform.services.wsrp.type.NamedString[] getFormParameters()
          Get all name/value pairs aa result of processing an form
 String getInteractionState()
          Get all the interaction state
 
Methods inherited from interface org.exoplatform.services.wsrp.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Method Detail

getInteractionState

String getInteractionState()
Get all the interaction state

Returns:
Interaction state

getFormParameters

org.exoplatform.services.wsrp.type.NamedString[] getFormParameters()
Get all name/value pairs aa result of processing an form

Returns:
Array of name/value pairs


Copyright © 2009 eXo Platform SAS. All Rights Reserved.