public interface StaplerProxy
getTarget() method.
Compared to StaplerFallback, stapler handles this interface at the very beginning,
whereas StaplerFallback is handled at the very end.
By returning this from the getTarget() method,
StaplerProxy can be also used just as an interception hook (for example
to perform authorization.)
StaplerFallbackObject getTarget()
this object is returned, no further
StaplerProxy look-up is done and this object
processes the request.Copyright © 2014. All rights reserved.