|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationContext
This interface has to be implemented by all classes that provide a context
in which Validated bean instances can be validated.
Validation,
ValidationError| Method Summary | |
|---|---|
void |
validate(Validated validated)
Validates a Validated in this context. |
| Method Detail |
|---|
void validate(Validated validated)
Validated in this context.
This method is not suppossed to reset the validation errors or to start the validation from scratch, but it's intended to add additional errors to an existing collection.
validated - the Validated instance that will be validated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||