org.tuckey.web.filters.urlrewrite.utils
Class TypeUtils

java.lang.Object
  extended by org.tuckey.web.filters.urlrewrite.utils.TypeUtils

public class TypeUtils
extends Object


Constructor Summary
TypeUtils()
           
 
Method Summary
static Class findClass(String param)
           
static Object getConvertedParam(Class runMethodParam, Object matchObj)
           
static String getMethodSignature(String methodStr, Class[] methodParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeUtils

public TypeUtils()
Method Detail

findClass

public static Class findClass(String param)

getConvertedParam

public static Object getConvertedParam(Class runMethodParam,
                                       Object matchObj)

getMethodSignature

public static String getMethodSignature(String methodStr,
                                        Class[] methodParams)


Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.