Package | Description |
---|---|
org.picocontainer |
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
DefaultPicoContainer.getLifecycleState()
Allow querying of the current lifecycle state of a MutablePicoContainer.
|
LifecycleState |
MutablePicoContainer.getLifecycleState()
Allow querying of the current lifecycle state of a MutablePicoContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPicoContainer.setLifecycleState(LifecycleState lifecycleState) |
void |
MutablePicoContainer.setLifecycleState(LifecycleState lifecycleState)
To assist ThreadLocal usage, LifecycleState can be set.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
AbstractDelegatingMutablePicoContainer.getLifecycleState()
Allow querying of the current lifecycle state of a MutablePicoContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDelegatingMutablePicoContainer.setLifecycleState(LifecycleState lifecycleState) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLifecycleState
Bean-like implementation of LifecycleState.
|
Copyright © 2003–2015 Codehaus. All rights reserved.