org.zkoss.bind.impl
Class MiscUtil
java.lang.Object
org.zkoss.bind.impl.MiscUtil
public class MiscUtil
- extends java.lang.Object
internal use only misc util
- Author:
- dennis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiscUtil
public MiscUtil()
toSimpleMethodSignature
public static java.lang.String toSimpleMethodSignature(java.lang.reflect.Method method)
newInstanceFromProperty
public static <T> T newInstanceFromProperty(java.lang.String key,
java.lang.String def,
java.lang.Class<T> type)
formatLocationMessage
public static java.lang.String formatLocationMessage(java.lang.String message,
java.lang.Object obj)
formatLocationMessage
public static java.lang.String formatLocationMessage(java.lang.String message,
Component comp)
formatLocationMessage
public static java.lang.String formatLocationMessage(java.lang.String message,
Annotation anno)
formatLocationMessage
public static java.lang.String formatLocationMessage(java.lang.String message,
Location loc)
mergeExceptionInfo
public static java.lang.RuntimeException mergeExceptionInfo(java.lang.Exception ex,
java.lang.Object loc)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.