Uses of Class
org.apache.struts2.config.entities.ResultTypeConfig
Packages that use ResultTypeConfig
Package
Description
Configuration entity classes.
Configuration provider classes.
-
Uses of ResultTypeConfig in org.apache.struts2.config.entities
Fields in org.apache.struts2.config.entities with type parameters of type ResultTypeConfigModifier and TypeFieldDescriptionprotected Map<String,
ResultTypeConfig> PackageConfig.resultTypeConfigs
Methods in org.apache.struts2.config.entities that return ResultTypeConfigModifier and TypeMethodDescriptionResultTypeConfig.Builder.build()
PackageConfig.Builder.getResultType
(String type) Methods in org.apache.struts2.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 org.apache.struts2.config.entities with parameters of type ResultTypeConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addResultTypeConfig
(ResultTypeConfig config) Constructors in org.apache.struts2.config.entities with parameters of type ResultTypeConfig -
Uses of ResultTypeConfig in org.apache.struts2.config.providers
Methods in org.apache.struts2.config.providers that return ResultTypeConfigModifier and TypeMethodDescriptionprotected ResultTypeConfig
XmlDocConfigurationProvider.buildResultTypeConfig
(Element resultTypeElement, Location location, String paramName) Methods in org.apache.struts2.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)