Package | Description |
---|---|
org.josef.util |
Utility Classes.
|
org.josef.web.jsf.validator |
Java Server Faces Validators.
|
Modifier and Type | Method and Description |
---|---|
static EmailValidationPattern |
EmailValidationPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailValidationPattern[] |
EmailValidationPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EmailValidationPattern |
EmailValidator.getEmailValidationPattern()
Gets the email validation pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailValidator.setEmailValidationPattern(EmailValidationPattern emailValidationPattern)
Sets the email validation pattern.
|
Copyright © 2008–2018. All rights reserved.