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.globalResultConfigsprotected Map<String,ResultConfig> ActionConfig.resultsMethods 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) protectedResultConfig(ResultConfig orig) -
Uses of ResultConfig in org.apache.struts2.config.providers
Methods in org.apache.struts2.config.providers that return ResultConfigModifier and TypeMethodDescriptionprotected ResultConfigXmlDocConfigurationProvider.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 ActionConfigXmlDocConfigurationProvider.buildActionConfig(Element actionElement, Location location, PackageConfig.Builder packageContext, Map<String, ResultConfig> results) -
Uses of ResultConfig in org.apache.struts2.convention
Methods in org.apache.struts2.convention that return ResultConfigModifier and TypeMethodDescriptionprotected ResultConfigDefaultResultMapBuilder.createResultConfig(Class<?> actionClass, DefaultResultMapBuilder.ResultInfo info, PackageConfig packageConfig, Result result) Creates the result configuration for the single result annotation.Methods in org.apache.struts2.convention that return types with arguments of type ResultConfigModifier and TypeMethodDescriptionDefaultResultMapBuilder.build(Class<?> actionClass, Action annotation, String actionName, PackageConfig packageConfig) Builds the result configurations given the action information.ResultMapBuilder.build(Class<?> actionClass, Action annotation, String actionName, PackageConfig packageConfig) Builds the result configurations given the action information.Method parameters in org.apache.struts2.convention with type arguments of type ResultConfigModifier and TypeMethodDescriptionprotected voidDefaultResultMapBuilder.addResult(Class<?> actionClass, String path, Map<String, ResultConfig> results, PackageConfig packageConfig, Map<String, ResultTypeConfig> resultsByExtension, String resultKey) Checks if result was already assigned, if not checks global results first and if exists, adds reference to it.protected voidDefaultResultMapBuilder.createFromAnnotations(Map<String, ResultConfig> resultConfigs, String resultPath, PackageConfig packageConfig, Result[] results, Class<?> actionClass, Map<String, ResultTypeConfig> resultsByExtension) protected voidDefaultResultMapBuilder.createFromResources(Class<?> actionClass, Map<String, ResultConfig> results, String resultPath, String resultPrefix, String actionName, PackageConfig packageConfig, Map<String, ResultTypeConfig> resultsByExtension) Creates any result types from the resources available in the web application.protected voidDefaultResultMapBuilder.createResultsFromAnnotations(Class<?> actionClass, PackageConfig packageConfig, String defaultResultPath, Map<String, ResultConfig> results, Map<String, ResultTypeConfig> resultsByExtension) Creates results from @Results and @Result annotationsprotected voidDefaultResultMapBuilder.makeResults(Class<?> actionClass, String path, String resultPrefix, Map<String, ResultConfig> results, PackageConfig packageConfig, Map<String, ResultTypeConfig> resultsByExtension) Makes all the results for the given path. -
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)