Uses of Interface
edu.cornell.mannlib.vedit.validator.Validator
-
Packages that use Validator Package Description edu.cornell.mannlib.vedit.beans edu.cornell.mannlib.vedit.validator.impl -
-
Uses of Validator in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return types with arguments of type Validator Modifier and Type Method Description Map<String,List<Validator>>EditProcessObject. getValidatorMap()Method parameters in edu.cornell.mannlib.vedit.beans with type arguments of type Validator Modifier and Type Method Description voidEditProcessObject. setValidatorMap(Map<String,List<Validator>> validatorMap) -
Uses of Validator in edu.cornell.mannlib.vedit.validator.impl
Classes in edu.cornell.mannlib.vedit.validator.impl that implement Validator Modifier and Type Class Description classEnumValuesValidatorclassIntValidatorclassRequiredFieldValidatorclassUrlValidatorclassXMLNameValidator
-