org.jboss.portal.portlet.invocation
Class ActionInvocation
java.lang.Object
org.jboss.portal.portlet.invocation.PortletInvocation
org.jboss.portal.portlet.invocation.ActionInvocation
public class ActionInvocation
- extends PortletInvocation
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
| Fields inherited from class org.jboss.portal.portlet.invocation.PortletInvocation |
attributes, clientContext, ctx, dreq, dresp, instanceContext, mode, navigationalState, portalContext, publicNavigationalState, requestAttributes, securityContext, serverContext, target, userContext, windowContext, windowState |
| Methods inherited from class org.jboss.portal.portlet.invocation.PortletInvocation |
getAttribute, getClientContext, getContext, getDispatchedRequest, getDispatchedResponse, getInstanceContext, getMode, getNavigationalState, getPortalContext, getPublicNavigationalState, getRequestAttributes, getSecurityContext, getServerContext, getTarget, getUserContext, getWindowContext, getWindowState, removeAttribute, setAttribute, setClientContext, setDispatchedRequest, setDispatchedResponse, setInstanceContext, setMode, setNavigationalState, setPortalContext, setPublicNavigationalState, setRequestAttributes, setSecurityContext, setServerContext, setTarget, setUserContext, setWindowContext, setWindowState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestContext
protected RequestContext requestContext
- The request context.
interactionState
protected StateString interactionState
- .
form
protected java.util.Map<java.lang.String,java.lang.String[]> form
- .
ActionInvocation
public ActionInvocation(PortletInvocationContext ctx)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getInteractionState
public StateString getInteractionState()
setInteractionState
public void setInteractionState(StateString interactionState)
getForm
public java.util.Map<java.lang.String,java.lang.String[]> getForm()
setForm
public void setForm(java.util.Map<java.lang.String,java.lang.String[]> form)
getRequestContext
public RequestContext getRequestContext()
setRequestContext
public void setRequestContext(RequestContext requestContext)
Copyright © 2008. All Rights Reserved.