A validator that will compare a FileItem testValue against the following
constraints in addition to those listed in DefaultValidator.
This validator can serve as the base class for more specific validators
author: John McNally author: Quinton McCombs author: Colin Chalmers version: $Id: FileValidator.java 264148 2005-08-29 14:21:04Z henning $
Determine whether a testValue meets the criteria specified
in the constraints defined for this validator
Parameters: testValue - a FileItem to be tested exception: ValidationException - containing an error message if thetestValue did not pass the validation tests.
Fields inherited from org.apache.turbine.services.intake.validator.DefaultValidator