|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.orchestra.lib._ClassUtils
public final class _ClassUtils
Internal helper class for some class management.
Not for use outside of Orchestra
Method Summary | |
---|---|
static Class |
classForName(String className)
Lookup class using the webapp classloader first and the the classloader which loaded this class. |
static Object |
newInstance(Class clazz)
Create a new instance for a class by its name |
static Object |
newInstance(String className)
create a new instance for a class by its name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Object newInstance(Class clazz)
public static Object newInstance(String className)
public static Class classForName(String className) throws ClassNotFoundException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |