Package | Description |
---|---|
org.apache.commons.validator.routines |
This package contains independant validation routines.
|
Modifier and Type | Method and 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.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.