Package org.apache.el.util
Class Validation
- java.lang.Object
- 
- org.apache.el.util.Validation
 
- 
 public class Validation extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisIdentifier(java.lang.String key)Test whether a string is a Java identifier.
 
- 
- 
- 
Method Detail- 
isIdentifierpublic static boolean isIdentifier(java.lang.String key) Test 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
 
 
- 
 
-