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()
          Gets the ActionConfig this ActionProxy is built from.
 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.
 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 declared as ActionConfig
private  ActionConfig ActionConfig.Builder.target
           
 

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 ActionConfig
 ActionConfig ActionConfig.Builder.build()
           
 

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
 PackageConfig.Builder PackageConfig.Builder.addActionConfig(String name, ActionConfig action)
           
 

Constructors in com.opensymphony.xwork2.config.entities with parameters of type ActionConfig
ActionConfig.Builder(ActionConfig toClone)
           
ActionConfig(ActionConfig orig)
          Clones an ActionConfig, copying data into new maps and lists
 

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

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
 ActionConfig ActionConfigMatcher.convert(String path, ActionConfig orig, Map vars)
           Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
(package private)  ActionConfig DefaultConfiguration.RuntimeConfigurationImpl.findActionConfigInNamespace(String namespace, String name)
           
 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.
 

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
 ActionConfig ActionConfigMatcher.convert(String path, ActionConfig orig, Map vars)
           Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
 

Constructor parameters in com.opensymphony.xwork2.config.impl with type arguments of type ActionConfig
ActionConfigMatcher(Map<String,ActionConfig> configs)
          Deprecated. Since 2.1, use ActionConfigMatcher.ActionConfigMatcher(PatternMatcher, Map, boolean) instead
ActionConfigMatcher(Map<String,ActionConfig> configs, boolean looseMatch)
          Deprecated. Since 2.1, use ActionConfigMatcher.ActionConfigMatcher(PatternMatcher, Map, boolean) instead
ActionConfigMatcher(PatternMatcher<?> patternMatcher, 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 © 2000-2008 Apache Software Foundation. All Rights Reserved.