Package org.apache.el.util
Class Validation
java.lang.Object
org.apache.el.util.Validation
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanisIdentifier(String key) Test whether a string is a Java identifier.
- 
Method Details- 
isIdentifierTest whether a string is a Java identifier. Note that the behaviour of this method depend on the system propertyorg.apache.el.parser.SKIP_IDENTIFIER_CHECK- Parameters:
- key- The string to test
- Returns:
- trueif the provided String should be treated as a Java identifier, otherwise false
 
 
-