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