Uses of Annotation Interface
org.apache.struts2.convention.annotation.Result
Packages that use Result
-
Uses of Result in org.apache.struts2.convention
Methods in org.apache.struts2.convention with parameters of type ResultModifier and TypeMethodDescriptionprotected voidDefaultResultMapBuilder.createFromAnnotations(Map<String, org.apache.struts2.config.entities.ResultConfig> resultConfigs, String resultPath, org.apache.struts2.config.entities.PackageConfig packageConfig, Result[] results, Class<?> actionClass, Map<String, org.apache.struts2.config.entities.ResultTypeConfig> resultsByExtension) protected org.apache.struts2.config.entities.ResultConfigDefaultResultMapBuilder.createResultConfig(Class<?> actionClass, DefaultResultMapBuilder.ResultInfo info, org.apache.struts2.config.entities.PackageConfig packageConfig, Result result) Creates the result configuration for the single result annotation.Constructors in org.apache.struts2.convention with parameters of type Result