com.bea.web.validation
Class EmailWord

java.lang.Object
  extended bycom.bea.web.validation.Word
      extended bycom.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

Constructor Summary
EmailWord()
           
 
Method Summary
 IValidationResult validate(String strValue, ResourceBundle bundle)
           
 
Methods inherited from class com.bea.web.validation.Word
formatMessage, formatMessage, getKey, getPattern, getResource, isRequired, matchesPattern, setKey, setPattern, setRequired, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailWord

public EmailWord()
Method Detail

validate

public IValidationResult validate(String strValue,
                                  ResourceBundle bundle)
Overrides:
validate in class Word