|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CascadingValidator
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations
Method Summary | |
---|---|
void |
validate(Object obj,
Errors errors,
boolean cascade)
An extended version of the validate(errors,obj) method that takes an additional argument specifying whether the Validator should cascade into associations or not |
Methods inherited from interface org.springframework.validation.Validator |
---|
supports, validate |
Method Detail |
---|
void validate(Object obj, Errors errors, boolean cascade)
obj
- The Object to validateerrors
- The Spring Errors instancecascade
- True if validation should cascade into associationsErrors
,
Validator
,
Validator.validate(Object, org.springframework.validation.Errors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |