| Class | Description |
|---|---|
| ActionAnnotation<A extends java.lang.annotation.Annotation> |
Action method annotation reader.
|
| ActionAnnotationData<A extends java.lang.annotation.Annotation> |
Action annotation elements. |
| RestActionConfig |
| Annotation Type | Description |
|---|---|
| Action |
Marker for action methods.
|
| ActionConfiguredBy | |
| Async |
Defines if action has to be called asynchronously
using Servlets 3.0 API.
|
| DELETE | |
| FilteredBy |
Defines array of action filters.
|
| GET | |
| HEAD | |
| 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.
|
| OPTIONS | |
| Out |
Marks fields and getters where outjection should be performed.
|
| PATCH | |
| POST | |
| PUT | |
| 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 | |
| TRACE |
Copyright © 2003-present Jodd Team