org.zkoss.bind.impl
Class MiscUtil

java.lang.Object
  extended by org.zkoss.bind.impl.MiscUtil

public class MiscUtil
extends java.lang.Object

internal use only misc util

Author:
dennis

Constructor Summary
MiscUtil()
           
 
Method Summary
static
<T> T
newInstanceFromProperty(java.lang.String key, java.lang.String def, java.lang.Class<T> type)
           
static java.lang.String toSimpleMethodSignature(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscUtil

public MiscUtil()
Method Detail

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)


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