|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface FacebookCookieValue
Annotation that indicates to FacebookWebArgumentResolver
that a controller method parameter should be bound
to a value from the Facebook cookie written when the user signed in with Facebook.
Optional Element Summary | |
---|---|
boolean |
required
Whether the Facebook cookie value is required. |
String |
value
The specific element of the cookie to be bound (e.g., "uid", "expires", etc) |
public abstract String value
public abstract boolean required
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |