| Package | Description |
|---|---|
| org.picocontainer.behaviors |
BehaviorFactories make Behaviors which change aspects of component implementations and instances
|
| org.picocontainer.references |
| Modifier and Type | Method and Description |
|---|---|
static Behavior |
Behavior.cached(ComponentAdapter delegate,
ObjectReference instanceReference) |
| Constructor and Description |
|---|
Cached(ComponentAdapter delegate,
ObjectReference<Stored.Instance<T>> instanceReference) |
Stored(ComponentAdapter<T> delegate,
ObjectReference<Stored.Instance<T>> reference) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleReference<T>
Simple instance implementation of ObjectReference.
|
class |
ThreadLocalMapObjectReference<T>
Gets and sets references on a map stored in Thread Local
|
class |
ThreadLocalReference<T>
Gets and sets references on Thread Local
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.