This interface has to be implemented by all classes that provide a context
in which Validated bean instances can be validated.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also:Validation See Also:ValidationError since: 1.0
Method Summary
public void
validate(Validated validated) Validates a 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.
Parameters: validated - the Validated instance that will be validated since: 1.0