Uses of Interface
org.apache.struts2.spi.ActionContext

Packages that use ActionContext
org.apache.struts2.spi   
 

Uses of ActionContext in org.apache.struts2.spi
 

Methods in org.apache.struts2.spi that return ActionContext
 ActionContext RequestContext.getActionContext()
          Gets context of the currently executing action.
 ActionContext ActionContext.getNext()
          Gets context of action which this action chained to.
 ActionContext ActionContext.getPrevious()
          Gets context of action which chained to us.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.