Uses of Class
org.picocontainer.PicoIntrospectionException

Packages that use PicoIntrospectionException
org.picocontainer This package is the basic API for developers who instantiate PicoContainers. 
org.picocontainer.defaults This package contains a default implementation of the PicoContainer API. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
 

Uses of PicoIntrospectionException in org.picocontainer
 

Methods in org.picocontainer that throw PicoIntrospectionException
 Object ComponentAdapter.getComponentInstance(MutablePicoContainer dependencyContainer)
          Gets the component instance.
 ComponentAdapter Parameter.resolveAdapter(MutablePicoContainer componentRegistry)
           
 ComponentAdapter PicoContainer.findComponentAdapter(Object componentKey)
          Finds a ComponentAdapter matching the key.
 

Uses of PicoIntrospectionException in org.picocontainer.defaults
 

Subclasses of PicoIntrospectionException in org.picocontainer.defaults
 class AmbiguousComponentResolutionException
           
 class NoSatisfiableConstructorsException
           
 class TooManySatisfiableConstructorsException
           
 

Methods in org.picocontainer.defaults that throw PicoIntrospectionException
 ComponentAdapter ComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter ComponentParameter.resolveAdapter(MutablePicoContainer picoContainer)
           
 Object DefaultComponentAdapter.getComponentInstance(MutablePicoContainer picoContainer)
           
 ComponentAdapter DefaultComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object DefaultPicoContainer.getComponentMulticaster(boolean callInInstantiationOrder, boolean callUnmanagedComponents)
           
 Object DefaultPicoContainer.getComponentMulticaster()
           
 Class[] TransientComponentAdapter.getDependencies(MutablePicoContainer picoContainer)
           
 Object TransientComponentAdapter.getComponentInstance(MutablePicoContainer picoContainer)
           
 

Uses of PicoIntrospectionException in org.picocontainer.extras
 

Subclasses of PicoIntrospectionException in org.picocontainer.extras
static class BeanPropertyComponentAdapterFactory.PicoBeanInfoInitializationException
           
 

Methods in org.picocontainer.extras that throw PicoIntrospectionException
 ComponentAdapter BeanPropertyComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object DecoratingComponentAdapter.getComponentInstance(MutablePicoContainer componentRegistry)
           
 ComponentAdapter DecoratingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter DefaultLifecyclePicoContainer.findComponentAdapter(Object componentKey)
           
 ComponentAdapter ImplementationHidingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object ImplementationHidingComponentAdapterFactory.Adapter.getComponentInstance(MutablePicoContainer picoContainer)
           
 ComponentAdapter InvokingComponentAdapterFactory.createComponentAdapter(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 Object InvokingComponentAdapterFactory.Adapter.getComponentInstance(MutablePicoContainer picoContainer)
           
 



Copyright © 2003 Codehaus. All Rights Reserved.