|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentValidator
| Method Summary | |
|---|---|
void |
validate(Object target,
org.springframework.validation.Errors errors,
String componentPath)
Validate the supplied target object, which must be
of a Class for which the #supports(Class) method
typically has (or would) return true. |
| Method Detail |
|---|
void validate(Object target,
org.springframework.validation.Errors errors,
String componentPath)
target object, which must be
of a Class for which the #supports(Class) method
typically has (or would) return true.
The supplied errors instance can be used to report
any resulting validation errors.
target - the object that is to be validated (can be null)errors - contextual state about the validation process (never null)ValidationUtils
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||