com.bea.web.validation
Class URLWord

java.lang.Object
  extended bycom.bea.web.validation.Word
      extended bycom.bea.web.validation.URLWord
All Implemented Interfaces:
Serializable

public class URLWord
extends Word
implements Serializable

Determines if a value is a valid URL.

See Also:
Serialized Form

Constructor Summary
URLWord()
           
 
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

URLWord

public URLWord()
Method Detail

validate

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