|
Annotation Types Summary |
| ContextPath |
Qualifies the context path. |
| CookieParam |
Qualifies injection points that should have their values fetched from
a corresponding Cookie. |
| DefaultValue |
Sets the default value for an injected HTTP request, cookie, or header parameter. |
| HeaderParam |
Qualifies injection points that should have their values fetched from
a corresponding HTTP header. |
| HttpRequest |
A qualifier used to distinguish resources (such as exception handlers) that
are appropriate for an HTTP request. |
| RequestParam |
Qualifies injection points that should have their values fetched from
a corresponding HTTP request parameter (i.e., query string or form parameter). |