WebLogic Integration


com.bea.web.validation
Class URLWord

java.lang.Object
  |
  +--com.bea.web.validation.Word
        |
        +--com.bea.web.validation.URLWord

public class URLWord
extends Word
implements java.io.Serializable

Determines if a value is a valid URL.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
URLWord()
           
 
Method Summary
 IValidationResult validate(java.lang.String strValue, java.util.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(java.lang.String strValue,
                                  java.util.ResourceBundle bundle)

Overrides:
validate in class Word

WebLogic Integration

WebLogic Integration (WLI)