Uses of Class
com.opensymphony.xwork2.config.entities.ResultConfig
Packages that use ResultConfig
Package
Description
Main XWork interfaces and classes.
Configuration entity classes.
Configuration provider classes.
-
Uses of ResultConfig in com.opensymphony.xwork2
Methods in com.opensymphony.xwork2 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 com.opensymphony.xwork2.config.entities
Fields in com.opensymphony.xwork2.config.entities declared as ResultConfigFields in com.opensymphony.xwork2.config.entities with type parameters of type ResultConfigModifier and TypeFieldDescriptionprotected Map<String,
ResultConfig> PackageConfig.globalResultConfigs
protected Map<String,
ResultConfig> ActionConfig.results
Methods in com.opensymphony.xwork2.config.entities that return ResultConfigMethods in com.opensymphony.xwork2.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 com.opensymphony.xwork2.config.entities with parameters of type ResultConfigModifier and TypeMethodDescriptionPackageConfig.Builder.addGlobalResultConfig
(ResultConfig resultConfig) ActionConfig.Builder.addResultConfig
(ResultConfig resultConfig) Method parameters in com.opensymphony.xwork2.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 com.opensymphony.xwork2.config.entities with parameters of type ResultConfigModifierConstructorDescriptionBuilder
(ResultConfig orig) protected
ResultConfig
(ResultConfig orig) -
Uses of ResultConfig in com.opensymphony.xwork2.config.providers
Methods in com.opensymphony.xwork2.config.providers that return ResultConfigModifier and TypeMethodDescriptionprotected ResultConfig
XmlDocConfigurationProvider.buildResultConfig
(String name, ResultTypeConfig config, Location location, Map<String, String> params) Methods in com.opensymphony.xwork2.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 com.opensymphony.xwork2.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 com.opensymphony.xwork2.factory
Methods in com.opensymphony.xwork2.factory with parameters of type ResultConfigModifier and TypeMethodDescriptionDefaultResultFactory.buildResult
(ResultConfig resultConfig, Map<String, Object> extraContext) ResultFactory.buildResult
(ResultConfig resultConfig, Map<String, Object> extraContext) -
Uses of ResultConfig in org.apache.struts2.factory
Methods in org.apache.struts2.factory with parameters of type ResultConfigModifier and TypeMethodDescriptionStrutsResultFactory.buildResult
(ResultConfig resultConfig, Map<String, Object> extraContext)