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. 
 

Uses of ResultConfig in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type ResultConfig
 Result ObjectFactory.buildResult(ResultConfig resultConfig, Map 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 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
 void PackageConfig.addGlobalResultConfig(ResultConfig resultConfig)
           
 void ActionConfig.addResultConfig(ResultConfig resultConfig)
           
 

Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type ResultConfig
 void ActionConfig.setResults(Map<String,ResultConfig> results)
           
 

Constructor parameters in com.opensymphony.xwork2.config.entities with type arguments of type ResultConfig
ActionConfig(String methodName, Class clazz, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors)
           
ActionConfig(String methodName, Class clazz, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors, List<ExceptionMappingConfig> exceptionMappings)
           
ActionConfig(String methodName, String className, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors)
           
ActionConfig(String methodName, String className, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors, List<ExceptionMappingConfig> exceptionMappings)
           
ActionConfig(String methodName, String className, String packageName, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors)
           
ActionConfig(String methodName, String className, String packageName, Map<String,Object> parameters, Map<String,ResultConfig> results, List<InterceptorMapping> interceptors, List<ExceptionMappingConfig> exceptionMappings)
           
 



Copyright © 2007 OpenSymphony. All Rights Reserved.