| Action |
This annotation can be used to control the URL that maps to a specific method in an Action class. |
code | html |
| Actions |
This annotation allows for multiple Action annotations to be used on a single method. |
code | html |
| AnnotationTools | This class provides helper methods for dealing with annotations. |
code | html |
| DefaultInterceptorRef | Defines the default interceptor for all actions in this package | code | html |
| ExceptionMapping |
Adds an exception mapping to an action |
code | html |
| ExceptionMappings |
This annotation allows a class to define more than one ExceptionMapping annotations. |
code | html |
| InterceptorRef |
This annotation allows an interceptor to be applied to an action. |
code | html |
| InterceptorRefs |
This annotation allows a class to define more than one InterceptorRef annotations. |
code | html |
| Namespace |
This annotation defines how actions can modify the namespace that they are added to. |
code | html |
| Namespaces |
This annotation allows actions to be defined in more than one Namespace |
code | html |
| ParentPackage |
This annotation allows actions to modify the parent package that they are using. |
code | html |
| Result |
This annotation is used to specify non-convention based results for the Struts convention handling. |
code | html |
| ResultPath |
This annotation allows the path to the results be to changed on a class by class basis. |
code | html |
| Results |
This annotation allows a class to define more than one Result annotations. |
code | html |