Package rife.validation
Interface ValidationContext
- All Known Subinterfaces:
GenericQueryManager<BeanType>
- All Known Implementing Classes:
AbstractGenericQueryManager
,ContentQueryManager
,GenericQueryManagerDelegate
public interface ValidationContext
This interface has to be implemented by all classes that provide a context
in which
Validated
bean instances can be validated.- Since:
- 1.0
- See Also:
-
Method Summary
-
Method Details
-
validate
Validates aValidated
in this context.This method is not supposed 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
- theValidated
instance that will be validated- Since:
- 1.0
-