|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentAdapterFactory | |
org.picocontainer.alternatives | |
org.picocontainer.defaults | This package contains the default implementation of the PicoContainer
API. |
Uses of ComponentAdapterFactory in org.picocontainer.alternatives |
Constructors in org.picocontainer.alternatives with parameters of type ComponentAdapterFactory | |
CachingPicoContainer(ComponentAdapterFactory caf,
PicoContainer parent)
Creates a new container with a parent container. |
|
CachingPicoContainer(ComponentAdapterFactory caf)
Creates a new container with a parent container. |
|
ImplementationHidingCachingPicoContainer(ComponentAdapterFactory caf,
PicoContainer parent)
Creates a new container with a parent container. |
|
ImplementationHidingCachingPicoContainer(ComponentAdapterFactory caf)
Creates a new container with a parent container. |
|
ImplementationHidingPicoContainer(ComponentAdapterFactory caf,
PicoContainer parent)
Creates a new container with a parent container. |
|
ImplementationHidingPicoContainer(ComponentAdapterFactory caf)
Creates a new container with a parent container. |
|
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate,
boolean strict)
Deprecated. since 1.2, moved to package org.picocontainer.defaults |
|
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
Deprecated. since 1.2, moved to package org.picocontainer.defaults |
Uses of ComponentAdapterFactory in org.picocontainer.defaults |
Classes in org.picocontainer.defaults that implement ComponentAdapterFactory | |
class |
BeanPropertyComponentAdapterFactory
A ComponentAdapterFactory that creates
BeanPropertyComponentAdapter instances. |
class |
CachingComponentAdapterFactory
|
class |
ConstructorInjectionComponentAdapterFactory
|
class |
DecoratingComponentAdapterFactory
|
class |
DefaultComponentAdapterFactory
Creates instances of ConstructorInjectionComponentAdapter decorated by
CachingComponentAdapter . |
class |
ImplementationHidingComponentAdapterFactory
|
class |
MonitoringComponentAdapterFactory
Abstract ComponentAdapterFactory supporting a
ComponentMonitorStrategy . |
class |
SetterInjectionComponentAdapterFactory
A ComponentAdapterFactory for JavaBeans. |
class |
SynchronizedComponentAdapterFactory
|
Constructors in org.picocontainer.defaults with parameters of type ComponentAdapterFactory | |
SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
CachingComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory,
PicoContainer parent)
Creates a new container with a custom ComponentAdapterFactory and a parent container. |
|
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory,
LifecycleStrategy lifecycleStrategyForInstanceRegistrations,
PicoContainer parent)
Creates a new container with a custom ComponentAdapterFactory, LifecycleStrategy for instance registration, and a parent container. |
|
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory)
Creates a new container with a custom ComponentAdapterFactory and no parent container. |
|
BeanPropertyComponentAdapterFactory(ComponentAdapterFactory delegate)
Construct a BeanPropertyComponentAdapterFactory. |
|
DecoratingComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate,
boolean strict)
|
|
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
|
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |