站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ActionInvocation - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.invocation
Class ActionInvocation

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.portlet.invocation.PortletInvocation
          extended byorg.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, info, INSTANCE_ID_ATTRIBUTE, instanceContext, portalContext, PORTLET_CONTEXT_ATTRIBUTE, PORTLET_INVOKER, PREFERENCES_ATTRIBUTE, PRINCIPAL_SCOPE, REQUEST_PROPERTIES_SCOPE, REQUEST_SCOPE, requestContext, RESPONSE_PROPERTIES_SCOPE, securityContext, supportedModes, supportedWindowStates, userContext, windowContext
 
Fields inherited from class org.jboss.portal.common.invocation.Invocation
EMPTY_STACK
 
Constructor Summary
ActionInvocation(ActionContext ctx)
           
 
Methods inherited from class org.jboss.portal.portlet.invocation.PortletInvocation
getContext, getDispatchedRequest, getDispatchedResponse, getInfo, getInstanceContext, getPortalContext, getPortletContext, getRequestContext, getSecurityContext, getSupportedModes, getSupportedWindowStates, getUserContext, getWindowContext, setDispatchedRequest, setDispatchedResponse, setInfo, setInstanceContext, setPortalContext, setRequestContext, setSecurityContext, setSupportedModes, setSupportedWindowStates, 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)