| Class | Description |
|---|---|
| ActionAnnotationValues |
Action values
|
| Annotation Type | Description |
|---|---|
| Action |
Marker for action methods.
|
| ActionConfiguredBy | |
| Async |
Defines if action has to be called asynchronously
using Servlets 3.0 API.
|
| Auth | |
| FilteredBy |
Defines array of action filters.
|
| In |
Marks fields and setters where injection should be performed.
|
| InterceptedBy |
Defines array of action interceptors.
|
| MadvocAction |
Marker for Madvoc action, i.e. classes with action methods.
|
| MadvocComponent |
Annotation for custom Madvoc components.
|
| Out |
Marks fields and getters where outjection should be performed.
|
| RenderWith |
Class annotation that defines which Madvoc
action result
will be used for rendering. |
| RestAction |
Extension of
Action for REST resources
that uses different naming
convention. |
| Scope |
The scope of
InjectionPoint. |
Copyright © 2003-present Jodd Team