Uses of Annotation Interface
org.apache.struts2.convention.annotation.Action

Packages that use Action
Package
Description
 
  • Uses of Action in org.apache.struts2.convention

    Methods in org.apache.struts2.convention that return types with arguments of type Action
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    List<com.opensymphony.xwork2.config.entities.InterceptorMapping>
    DefaultInterceptorMapBuilder.build(Class<?> actionClass, com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder, String actionName, Action annotation)
     
    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.
    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.
    protected void
    PackageBasedActionConfigBuilder.createActionConfig(com.opensymphony.xwork2.config.entities.PackageConfig.Builder pkgCfg, Class<?> actionClass, String actionName, String actionMethod, Action annotation, Set<String> allowedMethods)
    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)