com.bea.web.validation
Class URLWord
java.lang.Object
com.bea.web.validation.Word
com.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
Methods inherited from class com.bea.web.validation.Word |
formatMessage, formatMessage, getKey, getPattern, getResource, isRequired, matchesPattern, setKey, setPattern, setRequired, toString |
URLWord
public URLWord()
validate
public IValidationResult validate(String strValue,
ResourceBundle bundle)
- Overrides:
validate
in class Word