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

ActionInvocation - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.app
Class ActionInvocation

java.lang.Object
  extended byorg.jboss.portal.server.invocation.Invocation
      extended byorg.jboss.portal.server.app.ComponentInvocation
          extended byorg.jboss.portal.server.app.ActionInvocation

public class ActionInvocation
extends ComponentInvocation


Field Summary
protected  InputContext inputContext
           
 
Constructor Summary
ActionInvocation(InputContext inputContext)
           
 
Method Summary
 InputContext getInputContext()
           
 
Methods inherited from class org.jboss.portal.server.app.ComponentInvocation
dispatch, getRequest, getResponse, setRequest, setResponse
 
Methods inherited from class org.jboss.portal.server.invocation.Invocation
getAttribute, invoke, invokeNext, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputContext

protected InputContext inputContext
Constructor Detail

ActionInvocation

public ActionInvocation(InputContext inputContext)
Method Detail

getInputContext

public InputContext getInputContext()