|
||||||||||
| 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 | |
|---|---|
Object |
getStaplerFallback()
Returns the object that is further searched for processing web requests. |
| Method Detail |
|---|
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 | |||||||||