Package org.kohsuke.stapler.interceptor
package org.kohsuke.stapler.interceptor
-
ClassDescriptionIntercepts the domain method call from Stapler.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.Annotation for filtering the JSON data returned from a
JavaScriptMethod
annotated method.Json Property filter for handling the include and exclude.Requires the request to be a POST.Allows customizing the error page shown when an annotated method is called with the wrong HTTP method.Used on the web-bound doXyz method to indicate that the successful return of the method should result in HTTP 200 Success status.Determines when interception happens.