Annotation Type | Description |
---|---|
Controller |
Declares a method as a controller.
|
CsrfValid |
A controller annotation to validate a CSRF token value received
in a request whenever the property
Csrf.CSRF_PROTECTION
is set to Csrf.CsrfOptions.EXPLICIT . |
RedirectScoped |
An annotation that defines a new CDI-based scope supported by the MVC API.
|
UriRef |
Defines a symbolic name for a controller method to be referenced by one of the
MvcContext.uri(java.lang.String) methods. |
View |
Declares a view for a controller that returns void, or for a controller
that may return
null and wants to declare a default value. |
Copyright © 2017 Ivar Grimstad. All rights reserved.