Implementation of a {@link RichValidator} which will check the formObjectagainst rules found in a {@link RulesSource}. This {@link RulesSource} canbe specifically supplied, which allows multiple rulesSources, or can be globally defined in the Application Context. In the latter case the {@link RulesValidator} will look for the specific {@link RulesSource} type inthe context.
When validating an object, all results are cached. Any following validation of a specific property will validate that property, update the cached results accordingly and return all validation results of the object.
@author Keith Donald @author Jan Hoskens
|
|
|
|