|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaplerOverridable
A web-bound object can implement this interface to allow designated objects to selectively override URL mappings.
If the designated override objects fail to handle the request, the host object (the one that's implementing
StaplerOverridable
) will handle the request.
Method Summary | |
---|---|
java.util.Collection<?> |
getOverrides()
Returns a list of overridables. |
Method Detail |
---|
java.util.Collection<?> getOverrides()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |