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 void
DefaultResultMapBuilder.createFromAnnotations
(Map<String, com.opensymphony.xwork2.config.entities.ResultConfig> resultConfigs, String resultPath, com.opensymphony.xwork2.config.entities.PackageConfig packageConfig, Result[] results, Class<?> actionClass, Map<String, com.opensymphony.xwork2.config.entities.ResultTypeConfig> resultsByExtension) protected com.opensymphony.xwork2.config.entities.ResultConfig
DefaultResultMapBuilder.createResultConfig
(Class<?> actionClass, DefaultResultMapBuilder.ResultInfo info, com.opensymphony.xwork2.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