Uses of Class
org.apache.struts2.config.entities.ResultConfig
Packages that use ResultConfig
Package
Description
Main XWork interfaces and classes.
Configuration entity classes.
Configuration provider classes.
-
Uses of ResultConfig in org.apache.struts2
Methods in org.apache.struts2 with parameters of type ResultConfigModifier and TypeMethodDescriptionObjectFactory.buildResult
(ResultConfig resultConfig, Map<String, Object> extraContext) Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig. -
Uses of ResultConfig in org.apache.struts2.config.entities
Fields in org.apache.struts2.config.entities with type parameters of type ResultConfigModifier and TypeFieldDescriptionprotected Map<String,
ResultConfig> PackageConfig.globalResultConfigs
protected Map<String,
ResultConfig> ActionConfig.results
Methods in org.apache.struts2.config.entities that return ResultConfigMethods in org.apache.struts2.config.entities that return types with arguments of type ResultConfigModifier and TypeMethodDescriptionPackageConfig.getAllGlobalResults()
returns the Map of all the global ResultConfigs available in the current package.PackageConfig.getGlobalResultConfigs()
gets the global ResultConfigs local to this packageActionConfig.getResults()
Methods in org.apache.struts2.config.entities with parameters of type ResultConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addGlobalResultConfig
(ResultConfig resultConfig) ActionConfig.Builder.addResultConfig
(ResultConfig resultConfig) Method parameters in org.apache.struts2.config.entities with type arguments of type ResultConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addGlobalResultConfigs
(Map<String, ResultConfig> resultConfigs) ActionConfig.Builder.addResultConfigs
(Collection<ResultConfig> configs) ActionConfig.Builder.addResultConfigs
(Map<String, ResultConfig> configs) Constructors in org.apache.struts2.config.entities with parameters of type ResultConfigModifierConstructorDescriptionBuilder
(ResultConfig orig) protected
ResultConfig
(ResultConfig orig) -
Uses of ResultConfig in org.apache.struts2.config.providers
Methods in org.apache.struts2.config.providers that return ResultConfigModifier and TypeMethodDescriptionprotected ResultConfig
XmlDocConfigurationProvider.buildResultConfig
(String name, ResultTypeConfig config, Location location, Map<String, String> params) Methods in org.apache.struts2.config.providers that return types with arguments of type ResultConfigModifier and TypeMethodDescriptionprotected Map<String,
ResultConfig> XmlDocConfigurationProvider.buildResults
(Element element, PackageConfig.Builder packageContext) Build a map of ResultConfig objects from below a given XML element.Method parameters in org.apache.struts2.config.providers with type arguments of type ResultConfigModifier and TypeMethodDescriptionprotected ActionConfig
XmlDocConfigurationProvider.buildActionConfig
(Element actionElement, Location location, PackageConfig.Builder packageContext, Map<String, ResultConfig> results) -
Uses of ResultConfig in org.apache.struts2.factory
Methods in org.apache.struts2.factory with parameters of type ResultConfigModifier and TypeMethodDescriptionResultFactory.buildResult
(ResultConfig resultConfig, Map<String, Object> extraContext) StrutsResultFactory.buildResult
(ResultConfig resultConfig, Map<String, Object> extraContext)