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   
com.opensymphony.xwork.mock   
 

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
 Object ObjectFactory.buildAction(String actionName, String namespace, ActionConfig config, Map extraContext)
          Build an instance of the action class to handle a web request
protected  String DefaultActionInvocation.invokeAction(Object 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)
           
 

Uses of ActionConfig in com.opensymphony.xwork.mock
 

Methods in com.opensymphony.xwork.mock that return ActionConfig
 ActionConfig MockActionProxy.getConfig()
           
 

Methods in com.opensymphony.xwork.mock with parameters of type ActionConfig
 void MockActionProxy.setConfig(ActionConfig config)
           
 


XWork Project Page