|
Annotation Types Summary |
| Action |
Annotate a method for declaring a view controller method. |
| Application |
A package annotation for declaring an application. |
| Consumes |
Annotate a method for declaring an event consumer controller method. |
| FlashScoped |
|
| Format |
Defines the format of a Date or something similar. |
| Mapped |
This annotation declares a java type to be a valid controller method parameter type:
|
| MimeType |
Associate a program element with a mime type. |
| MimeType.HTML |
Annotation matching the text/html mime type. |
| MimeType.JSON |
Annotation matching the application/json mime type. |
| Param |
An annotation describing a parameter. |
| Path |
Defines the path to a resource that can be injected in Juzu. |
| RequestScoped |
|
| Resource |
Annotate a method for declaring a resource serving controller method. |
| Route |
Defines a route when Juzu is exposes the application over the HTTP protocol. |
| SessionScoped |
|
| View |
Annotate a method for declaring a view controller method. |