public interface StaplerFallback
getStaplerFallback()
.
Compared to StaplerProxy
, stapler handles this interface at the very end,
whereas StaplerProxy
is handled at the very beginning.
StaplerProxy
Modifier and Type | Method and Description |
---|---|
Object |
getStaplerFallback()
Returns the object that is further searched for processing web requests.
|
Object getStaplerFallback()
this
is returned, stapler behaves as if the object
didn't implement this interface (which means the request processing
failes with 404.)Copyright © 2015. All rights reserved.