Uses of Class
org.picocontainer.defaults.InstantiatingComponentAdapter

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

Uses of InstantiatingComponentAdapter in org.picocontainer.defaults
 

Subclasses of InstantiatingComponentAdapter in org.picocontainer.defaults
 class BeanComponentAdapter
          {@inheritDoc} Instantiates components using Setter Injection.
 class ConstructorComponentAdapter
          Instantiates components using Constructor-Based Dependency Injection.
 

Methods in org.picocontainer.defaults that return InstantiatingComponentAdapter
 InstantiatingComponentAdapter UnsatisfiableDependenciesException.getUnsatisfiableComponentAdapter()
           
 

Constructors in org.picocontainer.defaults with parameters of type InstantiatingComponentAdapter
UnsatisfiableDependenciesException(InstantiatingComponentAdapter instantiatingComponentAdapter, java.util.Set failedDependencies)
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.