org.zkoss.zel.impl.util
Class Validation

java.lang.Object
  extended by org.zkoss.zel.impl.util.Validation

public class Validation
extends java.lang.Object


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

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


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo