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

Packages that use ResultTypeConfig
com.opensymphony.xwork2.config.entities Configuration entity classes. 
 

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

Methods in com.opensymphony.xwork2.config.entities that return ResultTypeConfig
 ResultTypeConfig ResultTypeConfig.Builder.build()
           
 ResultTypeConfig PackageConfig.Builder.getResultType(String type)
           
 

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ResultTypeConfig
 Map<String,ResultTypeConfig> PackageConfig.getAllResultTypeConfigs()
          returns the Map of all the ResultTypeConfigs available in the current package.
 Map<String,ResultTypeConfig> PackageConfig.getResultTypeConfigs()
          gets the ResultTypeConfigs local to this package
 

Methods in com.opensymphony.xwork2.config.entities with parameters of type ResultTypeConfig
 PackageConfig.Builder PackageConfig.Builder.addResultTypeConfig(ResultTypeConfig config)
           
 

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



Copyright © 2009 OpenSymphony. All Rights Reserved.