|
Annotation Types Summary |
| Action |
defines the action (see
Command.getAction()) which triggers
the annotated method of a Controller. |
| AnyAction |
defines the method of the annotated
Controller which shall be executed when the
controller has no specific action. |
| Groups |
defines the Groups (Group) for
the Permission (Permission)
that shall be created to allow access to the annotated method. |
| Permission |
defines the Permission (
Permission) that shall be created to
allow access to the annotated method. |
| RequestBean |
used for annotation based processing of the Parameters of the Command. |
| RequestBean.Bundle |
marks either fields or methods to be injected with the current Bundle. |
| RequestBean.Parameter |
marks either fields or methods to be injected with a parameter. |
| RequestBean.ServiceRequest |
marks either fields or methods to be injected with the current ServiceRequest. |
| RequireToken |
can be used to mark methods to require a valid Token in the
Command triggering its execution. |