Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Point to Zero Configuration in Action Annotations section for setup instrustions.

...

Action annotations are available when the framework scans the classpath for Action classes, rather than specifying individual mappings through XML configuration. See the Zero Configuration page for information on how to set up classpath scanning to allow the use of Action annotations.

Annotation

Description

Namespace Annotation

Overrides the namespace of an action

ParentPackage Annotation

Defines an existing configuration package for the action's package to extend

Result Annotation

Defines an action Result

Results Annotation

Defines multiple Results

...