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

Packages that use ResultConfig
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

Uses of ResultConfig in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type ResultConfig
 Result ObjectFactory.buildResult(ResultConfig resultConfig, Map<String,Object> extraContext)
          Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
 

Uses of ResultConfig in com.opensymphony.xwork2.config.entities
 

Fields in com.opensymphony.xwork2.config.entities with type parameters of type ResultConfig
protected  Map<String,ResultConfig> ActionConfig.results
           
 

Methods in com.opensymphony.xwork2.config.entities that return ResultConfig
 ResultConfig ResultConfig.Builder.build()
           
 

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ResultConfig
 Map<String,ResultConfig> PackageConfig.getAllGlobalResults()
          returns the Map of all the global ResultConfigs available in the current package.
 Map<String,ResultConfig> PackageConfig.getGlobalResultConfigs()
          gets the global ResultConfigs local to this package
 Map<String,ResultConfig> ActionConfig.getResults()
           
 

Methods in com.opensymphony.xwork2.config.entities with parameters of type ResultConfig
 PackageConfig.Builder PackageConfig.Builder.addGlobalResultConfig(ResultConfig resultConfig)
           
 ActionConfig.Builder ActionConfig.Builder.addResultConfig(ResultConfig resultConfig)
           
 

Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type ResultConfig
 PackageConfig.Builder PackageConfig.Builder.addGlobalResultConfigs(Map<String,ResultConfig> resultConfigs)
           
 ActionConfig.Builder ActionConfig.Builder.addResultConfigs(Collection<ResultConfig> configs)
           
 ActionConfig.Builder ActionConfig.Builder.addResultConfigs(Map<String,ResultConfig> configs)
           
 

Constructors in com.opensymphony.xwork2.config.entities with parameters of type ResultConfig
ResultConfig.Builder(ResultConfig orig)
           
ResultConfig(ResultConfig orig)
           
 

Uses of ResultConfig in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers that return types with arguments of type ResultConfig
protected  Map<String,ResultConfig> XmlConfigurationProvider.buildResults(Element element, PackageConfig.Builder packageContext)
          Build a map of ResultConfig objects from below a given XML element.
 



Copyright © 2009 OpenSymphony. All Rights Reserved.