Class | Description |
---|---|
Interceptor |
Intercepts the domain method call from Stapler.
|
JsonOutputFilter.FilterPropertyFilter |
Json Property filter for handling the include and exclude.
|
JsonOutputFilter.Processor | |
RequirePOST.Processor | |
RespondSuccess.Processor |
Annotation Type | Description |
---|---|
InterceptorAnnotation |
Marks the annotation as an interceptor annotation,
which executes before/after the method invocation of domain objects happen
as a part of the request processing.
|
JsonOutputFilter |
Annotation for filtering the JSON data returned from a
JavaScriptMethod annotated method. |
RequirePOST |
Requires the request to be a POST.
|
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.