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<com.opensymphony.xwork2.config.entities.InterceptorMapping>
DefaultInterceptorMapBuilder.build
(Class<?> actionClass, com.opensymphony.xwork2.config.entities.PackageConfig.Builder builder, String actionName, Action annotation) 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.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)