| Class | Description |
|---|---|
| ActionAnnotation<A extends java.lang.annotation.Annotation> |
Action method annotation reader.
|
| ActionAnnotationData<A extends java.lang.annotation.Annotation> |
Action annotation elements. |
| Annotation Type | Description |
|---|---|
| Action |
Marker for action methods.
|
| FilteredBy |
Defines array of action filters.
|
| In |
Marks fields and setters where injection should be performed.
|
| InOut | |
| InterceptedBy |
Defines array of action interceptors.
|
| MadvocAction |
Marker for Madvoc action, i.e. classes with action methods.
|
| 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. |
Copyright © 2003-2013 Jodd Team