Uses of Interface
org.picocontainer.defaults.ComponentAdapterFactory

Packages that use ComponentAdapterFactory
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API
 

Uses of ComponentAdapterFactory in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement ComponentAdapterFactory
 class BeanPropertyComponentAdapterFactory
           
 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)
           
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.