com.sun.facelets.util
Class ReflectionUtil
java.lang.Object
com.sun.facelets.util.ReflectionUtil
public class ReflectionUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_STRING
protected static final String[] EMPTY_STRING
PRIMITIVE_NAMES
protected static final String[] PRIMITIVE_NAMES
PRIMITIVES
protected static final Class[] PRIMITIVES
forName
public static Class forName(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
forNamePrimitive
protected static Class forNamePrimitive(String name)
toTypeArray
public static Class[] toTypeArray(String[] s)
throws ClassNotFoundException
- Converts an array of Class names to Class types
- Parameters:
s
-
- Returns:
-
- Throws:
ClassNotFoundException
toTypeNameArray
public static String[] toTypeNameArray(Class[] c)
- Converts an array of Class types to Class names
- Parameters:
c
-
- Returns:
paramString
protected static final String paramString(Class[] types)
Copyright © 2005 All Rights Reserved.