Uses of Interface
org.picocontainer.defaults.ComponentAdapterFactory

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
 

Classes in org.picocontainer.alternatives that implement ComponentAdapterFactory
 class ImplementationHidingComponentAdapterFactory
           
 

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.
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate, boolean strict)
           
ImplementationHidingComponentAdapterFactory(ComponentAdapterFactory delegate)
           
ImplementationHidingPicoContainer(ComponentAdapterFactory caf, PicoContainer parent)
          Creates a new container with a parent container.
 

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 SetterInjectionComponentAdapterFactory
          A ComponentAdapterFactory for JavaBeans.
 class SynchronizedComponentAdapterFactory
           
 

Constructors in org.picocontainer.defaults with parameters of type ComponentAdapterFactory
BeanPropertyComponentAdapterFactory(ComponentAdapterFactory delegate)
          Construct a BeanPropertyComponentAdapterFactory.
CachingComponentAdapterFactory(ComponentAdapterFactory delegate)
           
DecoratingComponentAdapterFactory(ComponentAdapterFactory delegate)
           
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory, PicoContainer parent)
          Creates a new container with a custom ComponentAdapterFactory and a parent container.
DefaultPicoContainer(ComponentAdapterFactory componentAdapterFactory)
          Creates a new container with a custom ComponentAdapterFactory and no parent container.
SynchronizedComponentAdapterFactory(ComponentAdapterFactory delegate)
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.