|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentAdapterFactory | |
org.picocontainer.defaults | This package contains a default implementation of the PicoContainer API. |
Uses of ComponentAdapterFactory in org.picocontainer.defaults |
Classes in org.picocontainer.defaults that implement ComponentAdapterFactory | |
class |
BeanPropertyComponentAdapterFactory
A generic ComponentAdapter that will set bean properties on the instantiated component. |
class |
CachingComponentAdapterFactory
|
class |
ConstructorComponentAdapterFactory
|
class |
DecoratingComponentAdapterFactory
|
class |
DefaultComponentAdapterFactory
Creates instances of ConstructorComponentAdapter decorated by
CachingComponentAdapter . |
class |
ImplementationHidingComponentAdapterFactory
|
class |
SynchronizedComponentAdapterFactory
|
Constructors in org.picocontainer.defaults with parameters of type ComponentAdapterFactory | |
BeanPropertyComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
CachingComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
DecoratingComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory,
PicoContainer parent)
|
|
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory)
|
|
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate,
boolean strict)
|
|
SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |