Uses of Interface
com.opensymphony.xwork.Action

Packages that use Action
com.opensymphony.xwork   
 

Uses of Action in com.opensymphony.xwork
 

Classes in com.opensymphony.xwork that implement Action
 class ActionSupport
          Provides a default implementation for the most common actions.
 

Fields in com.opensymphony.xwork declared as Action
protected  Action DefaultActionInvocation.action
           
 

Methods in com.opensymphony.xwork that return Action
 Action ActionInvocation.getAction()
          Get the Action associated with this ActionInvocation
 Action ObjectFactory.buildAction(ActionConfig config)
          Build an Action of the given type
 Action DefaultActionInvocation.getAction()
           
 Action DefaultActionProxy.getAction()
           
 Action ActionProxy.getAction()
           
 

Methods in com.opensymphony.xwork with parameters of type Action
protected  String DefaultActionInvocation.invokeAction(Action action, ActionConfig actionConfig)
           
 


XWork Project Page