|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.util.ReflectHelper
public final class ReflectHelper
Utility method for reflection.
| Method Summary | |
|---|---|
static java.lang.Class |
classForName(java.lang.String className)
Tries to load a class with more classloaders. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Class classForName(java.lang.String className)
throws java.lang.ClassNotFoundException
className - class name
java.lang.ClassNotFoundException - if none of the ClassLoaders is able to found the reuested class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||