-
Classes Class Description org.apache.commons.validator.CreditCardValidator Use the new CreditCardValidator in the routines package. This class will be removed in a future release.org.apache.commons.validator.DateValidator Use the new DateValidator, CalendarValidator or TimeValidator in the routines package. This class will be removed in a future release.org.apache.commons.validator.EmailValidator Use the new EmailValidator in the routines package. This class will be removed in a future release.org.apache.commons.validator.ISBNValidator Use the new ISBNValidator in the routines packageorg.apache.commons.validator.UrlValidator Use the new UrlValidator in the routines package. This class will be removed in a future release.
-
Methods Method Description org.apache.commons.validator.util.ValidatorUtils.copyFastHashMap(FastHashMap) This method is not part of Validator's public API. Validator will use it internally until FastHashMap references are removed. Use copyMap() instead.org.apache.commons.validator.ValidatorAction.setClassname(String) org.apache.commons.validator.ValidatorResult.getActionMap() Use getActions() to return the set of actions the isValid(name) and getResult(name) methods to determine the contents of ResultStatus.
-
Constructors Constructor Description org.apache.commons.validator.GenericTypeValidator() Will be private in the next major version.org.apache.commons.validator.GenericValidator() Will be private in the next major version.org.apache.commons.validator.util.ValidatorUtils() Will be private in the next major version.org.apache.commons.validator.ValidatorResult.ResultStatus(ValidatorResult, boolean, Object) UseResultStatus(boolean, Object)instead