Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
org.kohsuke.stapler.interceptor | |
org.kohsuke.stapler.json | |
org.kohsuke.stapler.verb |
Modifier and Type | Class and Description |
---|---|
interface |
LimitedTo
Declares that methods are only available for requests that
have the specified role(s).
|
Modifier and Type | Class and Description |
---|---|
interface |
JsonOutputFilter
Annotation for filtering the JSON data returned from a
JavaScriptMethod annotated method. |
interface |
RequirePOST
Requires the request to be a POST.
|
interface |
RespondSuccess
Used on the web-bound doXyz method to indicate that the successful return of the method should
result in HTTP 200 Success status.
|
Modifier and Type | Class and Description |
---|---|
interface |
JsonResponse
Used for web methods that return POJO that should be sent across as JSON.
|
Modifier and Type | Class and Description |
---|---|
interface |
DELETE
Restricts a
WebMethod to a specific HTTP method 'DELETE'. |
interface |
GET
Restricts a
WebMethod to a specific HTTP method 'GET'. |
interface |
POST
Restricts a
WebMethod to a specific HTTP method 'POST'. |
interface |
PUT
Restricts a
WebMethod to a specific HTTP method 'PUT'. |
Copyright © 2016. All rights reserved.