Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
org.kohsuke.stapler.interceptor |
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.
|
Copyright © 2015. All rights reserved.