org.zkoss.bind.impl
Class AnnotationUtil
java.lang.Object
org.zkoss.bind.impl.AnnotationUtil
public class AnnotationUtil
- extends java.lang.Object
An internal utility to help processing component annotation, for internal using only.
- Since:
- 6.0.1
- Author:
- dennis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZKBIND_PREFIX
public static final java.lang.String ZKBIND_PREFIX
- Since:
- 6.5.4
- See Also:
- Constant Field Values
AnnotationUtil
public AnnotationUtil()
getOverrideAnnotation
public static Annotation getOverrideAnnotation(ComponentCtrl compCtrl,
java.lang.String propName,
java.lang.String annoName)
- Deprecated. since 6.5.4
getSystemAnnotation
public static Annotation getSystemAnnotation(ComponentCtrl compCtrl,
java.lang.String propName)
- Since:
- 6.5.4
getNonSystemProperties
public static java.util.List<java.lang.String> getNonSystemProperties(Component comp)
testString
public static java.lang.String testString(java.lang.String[] string,
Annotation anno)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.