public class Validation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isIdentifier(java.lang.String key)
Test whether a string is a Java identifier.
|
public static boolean isIdentifier(java.lang.String key)
org.apache.el.parser.SKIP_IDENTIFIER_CHECK
key
- The string to testtrue
if the provided String should be treated as a Java
identifier, otherwise falseCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.