| Interface | Description |
|---|---|
| StaticFactory<T> |
Interface for a static factory wrapper used by the
StaticFactoryAdapter. |
| Class | Description |
|---|---|
| DelegateAdaptorFactory |
Mirrored AdaptorFactory for handling delegate methods.
|
| DelegateMethodAdapter<T> |
Object construction is sometimes expensive, especially when it is seldom used
object.
|
| StaticFactoryAdapter<T> |
Component adapter that wrapps a static factory with the help of
StaticFactory. |
| ThreadLocalized<T> |
A
ComponentAdapter that realizes a ThreadLocal component instance. |
| ThreadLocalizing |
A
ComponentFactory for components kept in ThreadLocal instances. |
Copyright © 2003-2014 Codehaus. All Rights Reserved.