public interface StaplerOverridable
If the designated override objects does not have a handler for the request,
the host object (the one that's implementing StaplerOverridable
) will handle the request.
In override objects, CancelRequestHandlingException
is an useful mechanism to programmatically
inspect a request and then selecctively return the request back to the original object (that implements
StaplerOverridable
.
CancelRequestHandlingException
Modifier and Type | Method and Description |
---|---|
Collection<?> |
getOverrides()
Returns a list of overridables.
|
Collection<?> getOverrides()
Copyright © 2016. All rights reserved.