Uses of Class
org.picocontainer.defaults.AmbiguousComponentResolutionException

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

Uses of AmbiguousComponentResolutionException in org.picocontainer.defaults
 

Methods in org.picocontainer.defaults that throw AmbiguousComponentResolutionException
protected abstract  Constructor InstantiatingComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
          Find and return the greediest satisfiable constructor.
protected  Constructor ConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
           
protected  Constructor SetterInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
           
 



Copyright © 2003-2007 Codehaus. All Rights Reserved.