Class DateRangeValidator

All Implemented Interfaces:
org.apache.avalon.framework.logger.LogEnabled, InitableByConstraintMap, Validator<Date>

public class DateRangeValidator extends DateStringValidator
Validates a DateString field in dependency on another DateString field.
Validation rules
NameValid ValuesDefault Value
less-than <name of other field>  
greater-than <name of other field>  
less-than-or-equal <name of other field>  
greater-than-or-equal <name of other field>  
Version:
$Id$
Author:
Thomas Vandahl
  • Constructor Details

    • DateRangeValidator

      public DateRangeValidator()
      Default constructor
  • Method Details