org.jboss.portal.portlet.invocation
Class ActionInvocation

java.lang.Object
  extended by org.jboss.portal.common.invocation.Invocation
      extended by org.jboss.portal.portlet.invocation.PortletInvocation
          extended by org.jboss.portal.portlet.invocation.ActionInvocation

public class ActionInvocation
extends PortletInvocation

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.portlet.invocation.PortletInvocation
ctx, dreq, dresp, instanceContext, INVOCATION_SCOPE, portalContext, PRINCIPAL_SCOPE, REQUEST_PROPERTIES_SCOPE, REQUEST_SCOPE, requestContext, RESPONSE_PROPERTIES_SCOPE, securityContext, supportedModes, supportedWindowStates, target, userContext, windowContext
 
Fields inherited from class org.jboss.portal.common.invocation.Invocation
EMPTY_STACK
 
Constructor Summary
ActionInvocation(ActionContext ctx)
           
 
Method Summary
 
Methods inherited from class org.jboss.portal.portlet.invocation.PortletInvocation
getContext, getDispatchedRequest, getDispatchedResponse, getInstanceContext, getPortalContext, getPortletContext, getRequestContext, getSecurityContext, getSupportedModes, getSupportedWindowStates, getTarget, getUserContext, getWindowContext, setDispatchedRequest, setDispatchedResponse, setInstanceContext, setPortalContext, setRequestContext, setSecurityContext, setSupportedModes, setSupportedWindowStates, setTarget, setUserContext, setWindowContext
 
Methods inherited from class org.jboss.portal.common.invocation.Invocation
getAttribute, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInvocation

public ActionInvocation(ActionContext ctx)