Uses of Annotation Interface
org.apache.struts2.convention.annotation.Actions
Packages that use Actions
-
Uses of Actions in org.apache.struts2.convention
Methods in org.apache.struts2.convention with parameters of type ActionsModifier and TypeMethodDescriptionPackageBasedActionConfigBuilder.checkActionsAnnotation(Actions actionsAnnotation) Builds a list of actions from an @Actions annotation, and check that they are not all emptyprotected 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.