Package org.openxava.validators
Class TolerantValidator
java.lang.Object
org.openxava.validators.TolerantValidator
- All Implemented Interfaces:
Serializable,IPropertyValidator
Everything is valid.
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TolerantValidator
public TolerantValidator()
-
-
Method Details
-
validate
public void validate(Messages errors, Object object, String objectName, String propertyName) throws RemoteException Description copied from interface:IPropertyValidatorValidate.The validation errors are added to an object of type
Messages.- Specified by:
validatein interfaceIPropertyValidator- Parameters:
errors- Not null. Ids list to read in the resources fileobject- Value to validate. It can be nullobjectName- Property id in the resources filepropertyName- Object id in the resources file.- Throws:
RemoteException
-