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
 

Fields in com.opensymphony.xwork2.config.entities with type parameters of type ResultTypeConfig
private  Map<String,ResultTypeConfig> PackageConfig.resultTypeConfigs
           
 

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
 void PackageConfig.addResultTypeConfig(ResultTypeConfig config)
           
 



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