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
 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
 void setFormParameters(org.exoplatform.services.wsrp.type.NamedString[] formParameters)
           
 void setInteractionState(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 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(String interactionState)

getFormParameters

public org.exoplatform.services.wsrp.type.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(org.exoplatform.services.wsrp.type.NamedString[] formParameters)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.