Package org.gatein.pc.api.invocation
Class ActionInvocation
java.lang.Object
org.gatein.pc.api.invocation.PortletInvocation
org.gatein.pc.api.invocation.ActionInvocation
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
-
Field Summary
FieldsModifier and TypeFieldDescription.protected StateString.protected RequestContextThe request context.Fields inherited from class org.gatein.pc.api.invocation.PortletInvocation
attributes, clientContext, ctx, instanceContext, mode, navigationalState, portalContext, publicNavigationalState, req, requestAttributes, resp, securityContext, serverContext, target, userContext, windowContext, windowState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForm()voidvoidsetInteractionState(StateString interactionState) voidsetRequestContext(RequestContext requestContext) Methods inherited from class org.gatein.pc.api.invocation.PortletInvocation
getAttribute, getClientContext, getContext, getDispatchedRequest, getDispatchedResponse, getInstanceContext, getMode, getNavigationalState, getPortalContext, getPublicNavigationalState, getRequest, getRequestAttributes, getResponse, getSecurityContext, getServerContext, getTarget, getUserContext, getWindowContext, getWindowState, removeAttribute, setAttribute, setClientContext, setDispatchedRequest, setDispatchedResponse, setInstanceContext, setMode, setNavigationalState, setPortalContext, setPublicNavigationalState, setRequest, setRequestAttributes, setResponse, setSecurityContext, setServerContext, setTarget, setUserContext, setWindowContext, setWindowState
-
Field Details
-
requestContext
The request context. -
interactionState
. -
form
.
-
-
Constructor Details
-
ActionInvocation
- Throws:
IllegalArgumentException
-
-
Method Details
-
getInteractionState
-
setInteractionState
-
getForm
-
setForm
-
getRequestContext
-
setRequestContext
-