Class Validation


  • public class Validation
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • isIdentifier

        public 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 property org.zkoss.zel.impl.parser.SKIP_IDENTIFIER_CHECK
        Parameters:
        key - The string to test
        Returns:
        true if the provided String should be treated as a Java identifier, otherwise false