|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gemini.blueprint.context.support.DefaultContextClassLoaderProvider
public class DefaultContextClassLoaderProvider
Default implementation of ContextClassLoaderProvider
interface.
It returns the given application context class loader if it is set, falling
back to the current thread context class loader otherwise (in effect, leaving
the TCCL as it is).
Constructor Summary | |
---|---|
DefaultContextClassLoaderProvider()
|
Method Summary | |
---|---|
ClassLoader |
getContextClassLoader()
Returns the context class loader to be used by the OSGi application context during its life cycle events. |
void |
setBeanClassLoader(ClassLoader classLoader)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultContextClassLoaderProvider()
Method Detail |
---|
public ClassLoader getContextClassLoader()
ContextClassLoaderProvider
getContextClassLoader
in interface ContextClassLoaderProvider
public void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader
in interface BeanClassLoaderAware
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |