Package | Description |
---|---|
org.wicketstuff.rest.annotations.parameters |
Modifier and Type | Class and Description |
---|---|
interface |
CookieParam
This annotation indicates that the value of a method parameter must be read from a cookie.
|
interface |
HeaderParam
This annotation indicates that the value of a method parameter must be read from a header
parameter.
|
interface |
MatrixParam
This annotation indicates that the value of a method parameter must be read from a given segment
as matrix parameter.
|
interface |
PathParam
This annotation indicates that the value of a method parameter must be extracted from a path
parameter.
|
interface |
RequestBody
Annotation used to indicate that a method parameter must be extracted from the request body.
|
interface |
RequestParam
This annotation indicates that the value of a method parameter must be read from a request
parameter.
|
Copyright © 2015. All rights reserved.