public class Validation
extends java.lang.Object
Modifier and Type | Method | 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-2019 Apache Software Foundation. All Rights Reserved.