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.
|
org.picocontainer.lifecycle |
Alternative implementations of lifecycle strategy for use with a container.
|
org.picocontainer.tck | |
org.picocontainer.testmodel |
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. |
static class |
PicoBuilderTestCase.TestPicoContainer |
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 |
Modifier and Type | Class and Description |
---|---|
class |
BuiltInStartableComponent |
static class |
LazyLifecycleStrategyTestCase.MyDifferentStartableComp |
static class |
LazyLifecycleStrategyTestCase.MyStartableComp |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractPicoContainerTest.LifeCycleMonitoring |
Modifier and Type | Interface and Description |
---|---|
static interface |
RecordingLifecycle.Recorder |
Modifier and Type | Class and Description |
---|---|
class |
NullLifecycle |
class |
RecordingLifecycle |
static class |
RecordingLifecycle.FiveTriesToBeMalicious |
static class |
RecordingLifecycle.Four |
static class |
RecordingLifecycle.One |
static class |
RecordingLifecycle.Three |
static class |
RecordingLifecycle.Two |
Copyright © 2003–2016 Codehaus. All rights reserved.