Uses of Class
org.apache.commons.validator.routines.EmailValidator
-
Packages that use EmailValidator Package Description org.apache.commons.validator.routines This package contains independant validation routines. -
-
Uses of EmailValidator in org.apache.commons.validator.routines
Methods in org.apache.commons.validator.routines that return EmailValidator Modifier and Type Method Description static EmailValidator
EmailValidator. getInstance()
Returns the Singleton instance of this validator.static EmailValidator
EmailValidator. getInstance(boolean allowLocal)
Returns the Singleton instance of this validator, with local validation as required.static EmailValidator
EmailValidator. getInstance(boolean allowLocal, boolean allowTld)
Returns the Singleton instance of this validator, with local validation as required.
-