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.impl Configuration implementation classes. 
org.apache.struts2.config Classes for Struts configuration and property handling. 
org.apache.struts2.impl   
 

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
private  Map<String,ResultConfig> PackageConfig.globalResultConfigs
           
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)
           
 

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

Method parameters in com.opensymphony.xwork2.config.impl with type arguments of type ResultConfig
private  void DefaultConfiguration.setDefaultResults(Map<String,ResultConfig> results, PackageConfig packageContext)
           
 

Uses of ResultConfig in org.apache.struts2.config
 

Methods in org.apache.struts2.config that return ResultConfig
private  ResultConfig ClasspathConfigurationProvider.ResultMap.createResultConfig(Object key, Class<? extends Object> resultClass, String location, Map<? extends Object,? extends Object> configParams)
          Creates a default ResultConfig, using either the resultClass or the default ResultType for configuration package associated this ResultMap class.
protected  ResultConfig ClasspathConfigurationProvider.ResultMap.createResultConfig(Result result)
          Extracts result name and value and calls ClasspathConfigurationProvider.ResultMap.createResultConfig(org.apache.struts2.config.Result).
 

Uses of ResultConfig in org.apache.struts2.impl
 

Methods in org.apache.struts2.impl with parameters of type ResultConfig
 Result StrutsObjectFactory.buildResult(ResultConfig resultConfig, Map extraContext)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.