com.bea.web.validation
Class IdentifierWord

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

public class IdentifierWord
extends Word
implements Serializable

Determines if a value is a valid Java identifier.

See Also:
Serialized Form

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

IdentifierWord

public IdentifierWord()
Method Detail

validate

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