|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value={METHOD,TYPE}) public @interface RequiresCookieInUrl
Use on Get
, Post
, … annotated methods to inject a cookie in
the URI.
RequiresCookie
but cookies will be injected in
URL's placeholders instead of in headers.
Rest
,
RequiresCookie
,
SetsCookie
Required Element Summary | |
---|---|
String[] |
value
|
Element Detail |
---|
public abstract String[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |