WebLogic Integration


com.bea.web.validation
Class IdentifierWord

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

public class IdentifierWord
extends Word
implements java.io.Serializable

Determines if a value is a valid Java identifier.

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

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

IdentifierWord

public IdentifierWord()
Method Detail

validate

public IValidationResult validate(java.lang.String strValue,
                                  java.util.ResourceBundle bundle)

Overrides:
validate in class Word

WebLogic Integration

WebLogic Integration (WLI)