Uses of Annotation Interface
org.kohsuke.stapler.interceptor.InterceptorAnnotation
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of InterceptorAnnotation in org.kohsuke.stapler
Modifier and TypeClassDescription@interface
Declares that methods are only available for requests that have the specified role(s). -
Uses of InterceptorAnnotation in org.kohsuke.stapler.interceptor
Modifier and TypeClassDescription@interface
Annotation for filtering the JSON data returned from aJavaScriptMethod
annotated method.@interface
Requires the request to be a POST.@interface
Used on the web-bound doXyz method to indicate that the successful return of the method should result in HTTP 200 Success status. -
Uses of InterceptorAnnotation in org.kohsuke.stapler.json
Modifier and TypeClassDescription@interface
Used for web methods that return POJO that should be sent across as JSON. -
Uses of InterceptorAnnotation in org.kohsuke.stapler.verb
Modifier and TypeClassDescription@interface
Restricts aWebMethod
to a specific HTTP method 'DELETE'.@interface
Restricts aWebMethod
to a specific HTTP method 'GET'.@interface
Restricts aWebMethod
to a specific HTTP method 'POST'.@interface
Restricts aWebMethod
to a specific HTTP method 'PUT'.