com.bea.web.validation
Class EmailWord
java.lang.Object
com.bea.web.validation.Word
com.bea.web.validation.EmailWord
- All Implemented Interfaces:
- Serializable
- public class EmailWord
- extends Word
- implements Serializable
Determines if a value is a valid email address.
- See Also:
- Serialized Form
Methods inherited from class com.bea.web.validation.Word |
formatMessage, formatMessage, getKey, getPattern, getResource, isRequired, matchesPattern, setKey, setPattern, setRequired, toString |
EmailWord
public EmailWord()
validate
public IValidationResult validate(String strValue,
ResourceBundle bundle)
- Overrides:
validate
in class Word