Uses of Class
org.picocontainer.PicoIntrospectionException

Packages that use PicoIntrospectionException
org.picocontainer This package contains the core API for PicoContainer, a compact container for working with the dependency injection pattern. 
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API
 

Uses of PicoIntrospectionException in org.picocontainer
 

Methods in org.picocontainer that throw PicoIntrospectionException
 Object ComponentAdapter.getComponentInstance()
          Retrieve the component instance.
 

Uses of PicoIntrospectionException in org.picocontainer.defaults
 

Subclasses of PicoIntrospectionException in org.picocontainer.defaults
 class AmbiguousComponentResolutionException
          Exception that is thrown as part of the introspection.
 class TooManySatisfiableConstructorsException
           
 class UnsatisfiableDependenciesException
           
 

Methods in org.picocontainer.defaults that throw PicoIntrospectionException
 Object BeanPropertyComponentAdapter.getComponentInstance()
           
 ComponentAdapter BeanPropertyComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object CachingComponentAdapter.getComponentInstance()
           
 ComponentAdapter CachingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter ComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a new component adapter based on the specified arguments.
 ComponentAdapter ComponentParameter.resolveAdapter(PicoContainer picoContainer, Class expectedType)
           
protected  Constructor ConstructorInjectionComponentAdapter.getGreediestSatisifableConstructor(List adapterInstantiationOrderTrackingList)
           
protected  Object ConstructorInjectionComponentAdapter.instantiateComponent(List adapterInstantiationOrderTrackingList)
           
 ComponentAdapter ConstructorInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object DecoratingComponentAdapter.getComponentInstance()
           
 ComponentAdapter DecoratingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DefaultComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object InstantiatingComponentAdapter.getComponentInstance()
           
protected abstract  Object InstantiatingComponentAdapter.instantiateComponent(List adapterInstantiationOrderTrackingList)
          Instantiate the object.
protected abstract  Constructor InstantiatingComponentAdapter.getGreediestSatisifableConstructor(List adapterInstantiationOrderTrackingList)
           
protected  Constructor SetterInjectionComponentAdapter.getGreediestSatisifableConstructor(List adapterInstantiationOrderTrackingList)
           
protected  Object SetterInjectionComponentAdapter.instantiateComponent(List adapterInstantiationOrderTrackingList)
           
 ComponentAdapter SetterInjectionComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
          Create a SetterInjectionComponentAdapter.
 Object SynchronizedComponentAdapter.getComponentInstance()
           
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.