org.exoplatform.services.wsrp.consumer.adapters
Class WSRPInteractionRequestAdapter
java.lang.Object
org.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
org.exoplatform.services.wsrp.consumer.adapters.WSRPInteractionRequestAdapter
- All Implemented Interfaces:
- WSRPBaseRequest, WSRPInteractionRequest
public class WSRPInteractionRequestAdapter
- extends WSRPBaseRequestAdapter
- implements WSRPInteractionRequest
| 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 |
WSRPInteractionRequestAdapter
public WSRPInteractionRequestAdapter()
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.