Class TolerantValidator

java.lang.Object
org.openxava.validators.TolerantValidator
All Implemented Interfaces:
Serializable, IPropertyValidator

public class TolerantValidator extends Object implements IPropertyValidator
Everything is valid.

Author:
Javier Paniza
See Also:
  • 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: IPropertyValidator
      Validate.

      The validation errors are added to an object of type Messages.

      Specified by:
      validate in interface IPropertyValidator
      Parameters:
      errors - Not null. Ids list to read in the resources file
      object - Value to validate. It can be null
      objectName - Property id in the resources file
      propertyName - Object id in the resources file.
      Throws:
      RemoteException