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.
|
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 © 2015 Oracle Corporation. All rights reserved.