Annotation Type | Description |
---|---|
CookieParam |
Like JSR-311, @CookieParam allows you to annotate an action method parameter to specify
that its value should be loaded from the cookie parameters.
|
DELETE |
JSR-311-esque "DELETE" request method declaration.
|
GET |
JSR-311-esque "GET" request method declaration.
|
HeaderParam |
Like JSR-311, @HeaderParam allows you to annotate an action method parameter to specify
that its value should be loaded from the header parameters.
|
HttpMethod |
JSR-311-esque @HttpMethod allows you to annotate other annotations to declare
the type of HTTP method they represent.
|
Path |
Like JSR-311, @Path allows you to annotate an action method to specify
the URL path that maps to it.
|
PathParam |
Like JSR-311, @PathParam allows you to annotate an action method parameter to specify
that its value should be loaded from the route paths.
|
Paths |
@Paths allows you to specify a set of @Path annotations that map onto a single method.
|
POST |
JSR-311-esque "POST" request method declaration.
|
PUT |
JSR-311-esque "PUT" request method declaration.
|
QueryParam |
Like JSR-311, @QueryParam allows you to annotate an action method parameter to specify
that its value should be loaded from the query parameters.
|
Copyright © 2002 – 2024 Project Wonder.