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

Packages that use ActionConfig
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.mock XWork specific mock classes. 
 

Uses of ActionConfig in com.opensymphony.xwork2
 

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

Methods in com.opensymphony.xwork2 that return ActionConfig
 ActionConfig ActionProxy.getConfig()
           
 ActionConfig DefaultActionProxy.getConfig()
           
 ActionConfig UnknownHandler.handleUnknownAction(String namespace, String actionName)
          Handles the case when an action configuration is unknown.
 

Methods in com.opensymphony.xwork2 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 particular request (eg. web request)
 Result UnknownHandler.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode)
          Handles the case when a result cannot be found for an action and result code.
protected  String DefaultActionInvocation.invokeAction(Object action, ActionConfig actionConfig)
           
 

Uses of ActionConfig in com.opensymphony.xwork2.config
 

Methods in com.opensymphony.xwork2.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.xwork2.config.entities
 

Fields in com.opensymphony.xwork2.config.entities with type parameters of type ActionConfig
private  Map<String,ActionConfig> PackageConfig.actionConfigs
           
 

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ActionConfig
 Map<String,ActionConfig> PackageConfig.getActionConfigs()
           
 Map<String,ActionConfig> PackageConfig.getAllActionConfigs()
          returns the Map of all the ActionConfigs available in the current package.
 

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

Uses of ActionConfig in com.opensymphony.xwork2.config.impl
 

Fields in com.opensymphony.xwork2.config.impl declared as ActionConfig
private  ActionConfig ActionConfigMatcher.Mapping.config
           The original ActionConfig.
 

Fields in com.opensymphony.xwork2.config.impl with type parameters of type ActionConfig
private  Map<String,Map<String,ActionConfig>> DefaultConfiguration.RuntimeConfigurationImpl.namespaceActionConfigs
           
 

Methods in com.opensymphony.xwork2.config.impl that return ActionConfig
private  ActionConfig DefaultConfiguration.buildFullActionConfig(PackageConfig packageContext, ActionConfig baseConfig)
          Builds the full runtime actionconfig with all of the defaults and inheritance
protected  ActionConfig ActionConfigMatcher.convertActionConfig(String path, ActionConfig orig, Map vars)
           Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
 ActionConfig ActionConfigMatcher.Mapping.getActionConfig()
           Gets the ActionConfig that contains the pattern.
 ActionConfig DefaultConfiguration.RuntimeConfigurationImpl.getActionConfig(String namespace, String name)
          Gets the configuration information for an action name, or returns null if the name is not recognized.
 ActionConfig ActionConfigMatcher.match(String path)
           Matches the path against the compiled wildcard patterns.
 

Methods in com.opensymphony.xwork2.config.impl with parameters of type ActionConfig
private  ActionConfig DefaultConfiguration.buildFullActionConfig(PackageConfig packageContext, ActionConfig baseConfig)
          Builds the full runtime actionconfig with all of the defaults and inheritance
protected  ActionConfig ActionConfigMatcher.convertActionConfig(String path, ActionConfig orig, Map vars)
           Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
 

Constructors in com.opensymphony.xwork2.config.impl with parameters of type ActionConfig
ActionConfigMatcher.Mapping(String original, int[] pattern, ActionConfig config)
           Contructs a read-only Mapping instance.
 

Constructor parameters in com.opensymphony.xwork2.config.impl with type arguments of type ActionConfig
ActionConfigMatcher(Map<String,ActionConfig> configs)
           Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
ActionConfigMatcher(Map<String,ActionConfig> configs, boolean looseMatch)
           Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
DefaultConfiguration.RuntimeConfigurationImpl(Map<String,Map<String,ActionConfig>> namespaceActionConfigs, Map<String,String> namespaceConfigs)
           
 

Uses of ActionConfig in com.opensymphony.xwork2.mock
 

Fields in com.opensymphony.xwork2.mock declared as ActionConfig
(package private)  ActionConfig MockActionProxy.config
           
 

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

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



Copyright © 2007 OpenSymphony. All Rights Reserved.