Uses of Class
org.apache.struts2.convention.annotation.Action

Packages that use Action
org.apache.struts2.convention   
 

Uses of Action in org.apache.struts2.convention
 

Methods in org.apache.struts2.convention that return types with arguments of type Action
protected  List<Action> PackageBasedActionConfigBuilder.checkActionsAnnotation(Actions actionsAnnotation)
          Builds a list of actions from an @Actions annotation, and check that they are not all empty
protected  Map<String,List<Action>> PackageBasedActionConfigBuilder.getActionAnnotations(Class<?> actionClass)
          Locates all of the Actions and Action annotations on methods within the Action class and its parent classes.
 

Methods in org.apache.struts2.convention with parameters of type Action
 Map<String,com.opensymphony.xwork2.config.entities.ResultConfig> ResultMapBuilder.build(Class<?> actionClass, Action annotation, String actionName, com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
          Builds the result configurations given the action information.
 Map<String,com.opensymphony.xwork2.config.entities.ResultConfig> DefaultResultMapBuilder.build(Class<?> actionClass, Action annotation, String actionName, com.opensymphony.xwork2.config.entities.PackageConfig packageConfig)
          Builds the result configurations given the action information.
 List<com.opensymphony.xwork2.config.entities.InterceptorMapping> InterceptorMapBuilder.build(Class<?> actionClass, com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder, String actionName, Action annotation)
          Builds the interceptor configurations given the action information.
 List<com.opensymphony.xwork2.config.entities.InterceptorMapping> DefaultInterceptorMapBuilder.build(Class<?> actionClass, com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder, String actionName, Action annotation)
           
protected  void PackageBasedActionConfigBuilder.createActionConfig(com.opensymphony.xwork2.config.entities.PackageConfig.Builder pkgCfg, Class<?> actionClass, String actionName, String actionMethod, Action annotation)
          Creates a single ActionConfig object.
protected  com.opensymphony.xwork2.config.entities.PackageConfig.Builder PackageBasedActionConfigBuilder.getPackageConfig(Map<String,com.opensymphony.xwork2.config.entities.PackageConfig.Builder> packageConfigs, String actionNamespace, String actionPackage, Class<?> actionClass, Action action)
           
 



Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.