public class PortletActionRequest extends PortletRequest
pageNavigationalState, windowNavigationalStatewindowId| Constructor and Description |
|---|
PortletActionRequest(String windowId,
org.gatein.pc.api.StateString interactionState,
Map<String,String[]> bodyParameters,
WindowNavigationalState windowNavigationalState,
PageNavigationalState pageNavigationalState)
Build a new portlet action request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getBodyParameters() |
org.gatein.pc.api.StateString |
getInteractionState() |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
invoke(ControllerContext context) |
getPageNavigationalState, getWindowNavigationalStategetWindowIdpublic PortletActionRequest(String windowId, org.gatein.pc.api.StateString interactionState, Map<String,String[]> bodyParameters, WindowNavigationalState windowNavigationalState, PageNavigationalState pageNavigationalState) throws IllegalArgumentException
windowId - the window idinteractionState - the interaction statebodyParameters - the body parameterswindowNavigationalState - the window navigational statepageNavigationalState - the page navigational stateIllegalArgumentException - if the window id or the interaction state is nullpublic org.gatein.pc.api.StateString getInteractionState()
public org.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(ControllerContext context) throws org.gatein.pc.api.PortletInvokerException
invoke in class ControllerRequestorg.gatein.pc.api.PortletInvokerExceptionCopyright © 2003-2018 GateIn. All Rights Reserved.