class |
Automated<T> |
|
class |
Cached<T> |
|
class |
Decorated<T> |
|
class |
FieldDecorated |
|
class |
Guarded<T> |
behaviour for allows components to be guarded by another component
|
class |
HiddenImplementation<T> |
This component adapter makes it possible to hide the implementation
of a real subject (behind a proxy) provided the key is an interface.
|
class |
Intercepted<T> |
|
class |
Locked<T> |
|
class |
PropertyApplicator<T> |
Decorating component adapter that can be used to set additional properties
on a component in a bean style.
|
class |
Stored<T> |
|
class |
Synchronized<T> |
Component Adapter that uses java synchronized around getComponentInstance().
|
class |
ThreadCached<T> |
This behavior supports caches values per thread.
|