org.apache.wsrp4j.consumer
Interface InteractionRequest

All Superinterfaces:
WSRPBaseRequest

public interface InteractionRequest
extends WSRPBaseRequest

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


Method Summary
 NamedString[] getFormParameters()
          Get all name/value pairs aa result of processing an form
 java.lang.String getInteractionState()
          Get all the interaction state
 UploadContext[] getUploadContexts()
           
 
Methods inherited from interface org.apache.wsrp4j.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Method Detail

getInteractionState

java.lang.String getInteractionState()
Get all the interaction state

Returns:
Interaction state

getFormParameters

NamedString[] getFormParameters()
Get all name/value pairs aa result of processing an form

Returns:
Array of name/value pairs

getUploadContexts

UploadContext[] getUploadContexts()