|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassLoadingPicoContainer
A ClassLoadingPicoContainer extends PicoContainer with classloader juggling capability
Method Summary | |
---|---|
ClassLoadingPicoContainer |
addChildContainer(String name,
PicoContainer child)
Addes a child container with a given name |
ClassPathElement |
addClassLoaderURL(URL url)
Adds a new URL that will be used in classloading |
ClassLoader |
getComponentClassLoader()
Returns class loader that is the aggregate of the URLs added. |
ClassLoadingPicoContainer |
makeChildContainer(String name)
Make a child container with a given name |
Methods inherited from interface org.picocontainer.MutablePicoContainer |
---|
addAdapter, addChildContainer, addComponent, addComponent, addConfig, as, change, makeChildContainer, removeChildContainer, removeComponent, removeComponentByInstance, setLifecycleState, setName |
Methods inherited from interface org.picocontainer.PicoContainer |
---|
accept, getComponent, getComponent, getComponent, getComponent, getComponentAdapter, getComponentAdapter, getComponentAdapter, getComponentAdapters, getComponentAdapters, getComponentAdapters, getComponents, getComponents, getParent |
Methods inherited from interface org.picocontainer.Startable |
---|
start, stop |
Methods inherited from interface org.picocontainer.Disposable |
---|
dispose |
Method Detail |
---|
ClassPathElement addClassLoaderURL(URL url)
url
- url of the jar to find components in.
ClassLoader getComponentClassLoader()
ClassLoadingPicoContainer makeChildContainer(String name)
name
- the container name
ClassLoadingPicoContainer addChildContainer(String name, PicoContainer child)
name
- the container namechild
- the child PicoContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |