Uses of Class
com.opensymphony.xwork2.config.entities.ResultTypeConfig
Packages that use ResultTypeConfig
Package
Description
Configuration entity classes.
Configuration provider classes.
-
Uses of ResultTypeConfig in com.opensymphony.xwork2.config.entities
Fields in com.opensymphony.xwork2.config.entities declared as ResultTypeConfigFields in com.opensymphony.xwork2.config.entities with type parameters of type ResultTypeConfigModifier and TypeFieldDescriptionprotected Map<String,
ResultTypeConfig> PackageConfig.resultTypeConfigs
Methods in com.opensymphony.xwork2.config.entities that return ResultTypeConfigModifier and TypeMethodDescriptionResultTypeConfig.Builder.build()
PackageConfig.Builder.getResultType
(String type) Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ResultTypeConfigModifier and TypeMethodDescriptionPackageConfig.getAllResultTypeConfigs()
returns the Map of all the ResultTypeConfigs available in the current package.PackageConfig.getResultTypeConfigs()
gets the ResultTypeConfigs local to this packageMethods in com.opensymphony.xwork2.config.entities with parameters of type ResultTypeConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addResultTypeConfig
(ResultTypeConfig config) Constructors in com.opensymphony.xwork2.config.entities with parameters of type ResultTypeConfig -
Uses of ResultTypeConfig in com.opensymphony.xwork2.config.providers
Methods in com.opensymphony.xwork2.config.providers that return ResultTypeConfigModifier and TypeMethodDescriptionprotected ResultTypeConfig
XmlDocConfigurationProvider.buildResultTypeConfig
(Element resultTypeElement, Location location, String paramName) Methods in com.opensymphony.xwork2.config.providers with parameters of type ResultTypeConfigModifier and TypeMethodDescriptionprotected ResultConfig
XmlDocConfigurationProvider.buildResultConfig
(String name, ResultTypeConfig config, Location location, Map<String, String> params) XmlDocConfigurationProvider.buildResultParams
(Element resultElement, ResultTypeConfig config)