Package org.picocontainer.injectors

Class Summary
AbstractInjector This ComponentAdapter will instantiate a new object for each call to ComponentAdapter.getComponentInstance(PicoContainer).
AdaptiveInjection Creates instances Injectors, depending on whether the component is the presence of Annotations and characteristics.
AnnotatedFieldInjection  
AnnotatedFieldInjector  
AnnotatedMethodInjection A ComponentFactory for Guice style annotated methods.
AnnotatedMethodInjector  
ConstructorInjection  
ConstructorInjector Instantiates components using Constructor Injection.
Injectors  
IterativeInjector  
MethodInjection  
MethodInjector Instantiates components using Method Injection.
MultiInjection  
MultiInjector  
ParanamerProxy  
SetterInjection A ComponentFactory for JavaBeans.
SetterInjector Instantiates components using empty constructors and Setter Injection.
SingleMemberInjector  
 

Exception Summary
AbstractInjector.AmbiguousComponentResolutionException Exception that is thrown as part of the introspection.
AbstractInjector.CyclicDependencyException  
AbstractInjector.NotConcreteRegistrationException  
AbstractInjector.UnsatisfiableDependenciesException Exception thrown when some of the component's dependencies are not satisfiable.
 



Copyright © 2003-2007 Codehaus. All Rights Reserved.