Uses of Class
org.picocontainer.defaults.AmbiguousComponentResolutionException

Packages that use AmbiguousComponentResolutionException
org.picocontainer.defaults This package is for the default consituent parts of various PicoContainer components. 
org.picocontainer.extras This package is for some of the extra deliverables for PicoContainer 
org.picocontainer.internals This package contains some internal classes to various PicoContainer deliverables,  You should really only be interested in this package if you are a writer of new (we encourage this) PicoContainer containers. 
 

Uses of AmbiguousComponentResolutionException in org.picocontainer.defaults
 

Methods in org.picocontainer.defaults that throw AmbiguousComponentResolutionException
 Object DefaultComponentRegistry.findImplementingComponent(Class componentType)
           
 ComponentSpecification DefaultComponentRegistry.findImplementingComponentSpecification(Class componentType)
           
 

Uses of AmbiguousComponentResolutionException in org.picocontainer.extras
 

Methods in org.picocontainer.extras that throw AmbiguousComponentResolutionException
 Object HierarchicalComponentRegistry.findImplementingComponent(Class componentType)
           
 ComponentSpecification HierarchicalComponentRegistry.findImplementingComponentSpecification(Class componentType)
           
 

Uses of AmbiguousComponentResolutionException in org.picocontainer.internals
 

Methods in org.picocontainer.internals that throw AmbiguousComponentResolutionException
 Object ComponentRegistry.findImplementingComponent(Class componentType)
           
 ComponentSpecification ComponentRegistry.findImplementingComponentSpecification(Class componentType)
           
 



Copyright © 2003 Codehaus. All Rights Reserved.