Uses of Annotation Interface
org.apache.struts2.convention.annotation.Action
Packages that use Action
-
Uses of Action in org.apache.struts2.convention
Methods in org.apache.struts2.convention that return types with arguments of type ActionModifier and TypeMethodDescriptionPackageBasedActionConfigBuilder.checkActionsAnnotation(Actions actionsAnnotation) Builds a list of actions from an @Actions annotation, and check that they are not all emptyPackageBasedActionConfigBuilder.getActionAnnotations(Class<?> actionClass) Methods in org.apache.struts2.convention with parameters of type ActionModifier and TypeMethodDescriptionList<org.apache.struts2.config.entities.InterceptorMapping>DefaultInterceptorMapBuilder.build(Class<?> actionClass, org.apache.struts2.config.entities.PackageConfig.Builder builder, String actionName, Action annotation) DefaultResultMapBuilder.build(Class<?> actionClass, Action annotation, String actionName, org.apache.struts2.config.entities.PackageConfig packageConfig) Builds the result configurations given the action information.List<org.apache.struts2.config.entities.InterceptorMapping>InterceptorMapBuilder.build(Class<?> actionClass, org.apache.struts2.config.entities.PackageConfig.Builder builder, String actionName, Action annotation) Builds the interceptor configurations given the action information.ResultMapBuilder.build(Class<?> actionClass, Action annotation, String actionName, org.apache.struts2.config.entities.PackageConfig packageConfig) Builds the result configurations given the action information.protected voidPackageBasedActionConfigBuilder.createActionConfig(org.apache.struts2.config.entities.PackageConfig.Builder pkgCfg, Class<?> actionClass, String actionName, String actionMethod, Action annotation, Set<String> allowedMethods) Creates a single ActionConfig object.protected org.apache.struts2.config.entities.PackageConfig.BuilderPackageBasedActionConfigBuilder.getPackageConfig(Map<String, org.apache.struts2.config.entities.PackageConfig.Builder> packageConfigs, String actionNamespace, String actionPackage, Class<?> actionClass, Action action) protected booleanPackageBasedActionConfigBuilder.shouldMapDefaultExecuteMethod(Map<String, List<Action>> actionAnnotationsByMethod, boolean hasDefaultMethod, Action classAction, Actions classActions) Determines whether the defaultexecute()method should be automatically mapped as an action.Method parameters in org.apache.struts2.convention with type arguments of type ActionModifier and TypeMethodDescriptionprotected booleanPackageBasedActionConfigBuilder.shouldMapDefaultExecuteMethod(Map<String, List<Action>> actionAnnotationsByMethod, boolean hasDefaultMethod, Action classAction, Actions classActions) Determines whether the defaultexecute()method should be automatically mapped as an action.