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
 
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

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

Returns:
Interaction state

getFormParameters

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

Returns:
Array of name/value pairs