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()