@Retention(value=CLASS) @Target(value={METHOD,TYPE}) public @interface RequiresCookieInUrl
Use on Get
, Post
, … annotated methods to inject a cookie in
the URI.
It works exactly as RequiresCookie
but cookies will be injected in
URL's placeholders instead of in headers.
Rest
,
RequiresCookie
,
SetsCookie
public abstract String[] value
Copyright © 2010-2015. All Rights Reserved.