Uses of Class
com.opensymphony.xwork.config.entities.ActionConfig

Packages that use ActionConfig
com.opensymphony.xwork   
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.entities   
 

Uses of ActionConfig in com.opensymphony.xwork
 

Fields in com.opensymphony.xwork declared as ActionConfig
protected  ActionConfig DefaultActionProxy.config
           
 

Methods in com.opensymphony.xwork that return ActionConfig
 ActionConfig DefaultActionProxy.getConfig()
           
 ActionConfig ActionProxy.getConfig()
           
 

Methods in com.opensymphony.xwork with parameters of type ActionConfig
 Action ObjectFactory.buildAction(ActionConfig config)
          Build an Action of the given type
protected  String DefaultActionInvocation.invokeAction(Action action, ActionConfig actionConfig)
           
 

Uses of ActionConfig in com.opensymphony.xwork.config
 

Methods in com.opensymphony.xwork.config that return ActionConfig
 ActionConfig RuntimeConfiguration.getActionConfig(String namespace, String name)
          get the fully expanded ActionConfig for a specified namespace and (action) name
 

Uses of ActionConfig in com.opensymphony.xwork.config.entities
 

Methods in com.opensymphony.xwork.config.entities with parameters of type ActionConfig
 void PackageConfig.addActionConfig(String name, ActionConfig action)
           
 


XWork Project Page