|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by validators that can short-circuit the validator queue that it is in.
Method Summary | |
boolean |
isShortCircuit()
Gets whether this field validator should short circuit the validator queue it's in if validation fails. |
void |
setShortCircuit(boolean shortcircuit)
Sets whether this field validator should short circuit the validator queue it's in if validation fails. |
Method Detail |
public void setShortCircuit(boolean shortcircuit)
shortcircuit
- true if this field validator should short circuit on
failure, false otherwisepublic boolean isShortCircuit()
|
XWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |