org.exoplatform.services.wsrp.consumer.adapters
Class WSRPInteractionRequestAdapter

java.lang.Object
  extended by org.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
      extended by org.exoplatform.services.wsrp.consumer.adapters.WSRPInteractionRequestAdapter
All Implemented Interfaces:
WSRPBaseRequest, WSRPInteractionRequest

public class WSRPInteractionRequestAdapter
extends WSRPBaseRequestAdapter
implements WSRPInteractionRequest


Constructor Summary
WSRPInteractionRequestAdapter()
           
 
Method Summary
 NamedString[] getFormParameters()
          Get all name/value pairs aa result of processing an form
 java.lang.String getInteractionState()
          Get all the interaction state
 void setFormParameters(NamedString[] formParameters)
           
 void setInteractionState(java.lang.String interactionState)
           
 
Methods inherited from class org.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported, setCharacterEncodingSet, setClientData, setLocales, setMimeTypes, setMode, setModes, setNavigationalState, setPortletInstanceKey, setSessionID, setUserAuthentication, setWindowState, setWindowStates
 
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.wsrp.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Constructor Detail

WSRPInteractionRequestAdapter

public WSRPInteractionRequestAdapter()
Method Detail

getInteractionState

public java.lang.String getInteractionState()
Description copied from interface: WSRPInteractionRequest
Get all the interaction state

Specified by:
getInteractionState in interface WSRPInteractionRequest
Returns:
Interaction state

setInteractionState

public void setInteractionState(java.lang.String interactionState)

getFormParameters

public NamedString[] getFormParameters()
Description copied from interface: WSRPInteractionRequest
Get all name/value pairs aa result of processing an form

Specified by:
getFormParameters in interface WSRPInteractionRequest
Returns:
Array of name/value pairs

setFormParameters

public void setFormParameters(NamedString[] formParameters)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.