|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zel.impl.util.Validation
public class Validation
Method Summary | |
---|---|
static boolean |
isIdentifier(java.lang.String key)
Test whether a string is a Java identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isIdentifier(java.lang.String key)
org.zkoss.zel.impl.parser.SKIP_IDENTIFIER_CHECK
key
- The string to test
true
if the provided String should be treated as a Java
identifier, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |