|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaplerFallback
An object can fall back to another object for a part of its UI processing,
by implementing this interface and designating another object from
getStaplerFallback()
.
Compared to StaplerProxy
, stapler handles this interface at the very end,
whereas StaplerProxy
is handled at the very beginning.
StaplerProxy
Method Summary | |
---|---|
java.lang.Object |
getStaplerFallback()
Returns the object that is further searched for processing web requests. |
Method Detail |
---|
java.lang.Object getStaplerFallback()
this
is returned, stapler behaves as if the object
didn't implement this interface (which means the request processing
failes with 404.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |