|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassLoaderFinder
Used internally to determine the correct classloader for a class.
Nested Class Summary | |
---|---|
static class |
ClassLoaderFinder.Default
Singleton default implementation of ClassLoaderFinder suitable for use in simple/flat classloading environments |
static class |
ClassLoaderFinder.LoadClass
Singleton default implementation of ClassLoaderFinder suitable for use in complex classloading environments. |
Method Summary | |
---|---|
ClassLoader |
getLoaderForClass(ClassLoader initiating,
String name)
Gets the correct classloader to use to find a class |
Method Detail |
---|
ClassLoader getLoaderForClass(ClassLoader initiating, String name)
initiating
- the initiating classloadername
- the name of the class
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |