|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.picocontainer.extras.InvokingComponentAdapterFactory
Use the lifcycle support in PicoContainer instead. |
|
org.picocontainer.defaults.TransientComponentAdapter
Use ConstructorComponentAdapter . |
|
org.picocontainer.defaults.TransientComponentAdapterFactory
Use ConstructorComponentAdapterFactory . |
Deprecated Methods | |
org.picocontainer.PicoContainer.getComponentKeys()
We don't need to expose this. The collection can be constructed outside with data from PicoContainer.getComponentAdapters() . |
|
org.picocontainer.PicoContainer.hasComponent(Object)
We don't need this. Can be determined with PicoContainer.getComponentInstance(Object) != null. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |