Annotation Type | Description |
---|---|
Accept | |
Delete |
Use on methods in
Rest annotated class to add a new rest service of
type DELETE. |
Get |
Use on methods in
Rest annotated class to add a new rest service of
type GET. |
Head |
Use on methods in
Rest annotated class to add a new rest service of
type OPTIONS. |
Options |
Use on methods in
Rest annotated class to add a new rest service of
type OPTIONS. |
Post |
Use on methods in
Rest annotated class to add a new rest service of
type POST. |
Put |
Use on methods in
Rest annotated class to add a new rest service of
type PUT. |
RequiresAuthentication | |
RequiresCookie | |
RequiresCookieInUrl | |
RequiresHeader | |
Rest |
Apply @
Rest on an interface to create a RestService class that will
contain implementation of rest calls related to the methods you define in the
interface. |
RestService |
Apply @
Rest on an interface to create a RestService class that will
contain implementation of rest calls related to the methods you define in the
interface. |
SetsCookie |
Copyright © 2010-2014. All Rights Reserved.