| Package | Description |
|---|---|
| org.picocontainer |
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
|
| org.picocontainer.classname | |
| org.picocontainer.containers |
Containers are the main user entry point for PicoContainer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutablePicoContainer
This is the core interface used for registration of components with a container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPicoContainer
The Standard
PicoContainer/MutablePicoContainer implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassLoadingPicoContainer
A ClassLoadingPicoContainer extends PicoContainer with classloader juggling capability
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClassLoadingPicoContainer
Default implementation of ClassLoadingPicoContainer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingMutablePicoContainer
abstract base class for delegating to mutable containers
|
class |
TieringPicoContainer |
class |
TransientPicoContainer |
Copyright © 2003-2014 Codehaus. All Rights Reserved.