Uses of Package
org.picocontainer.injectors

Packages that use org.picocontainer.injectors
org.picocontainer.behaviors BehaviorFactories make Behaviors which change aspects of component implementations and instances 
org.picocontainer.injectors InjectionFactories make Injectors which implement specific types of dependency injection 
 

Classes in org.picocontainer.injectors used by org.picocontainer.behaviors
AdaptingInjection
          Creates injector instances, depending on the injection characteristics of the component class.
 

Classes in org.picocontainer.injectors used by org.picocontainer.injectors
AbstractInjectionFactory
           
AbstractInjector
          This ComponentAdapter will instantiate a new object for each call to ComponentAdapter.getComponentInstance(PicoContainer, Type).
AbstractInjector.NotConcreteRegistrationException
           
CompositeInjection
          A Composite of other types on InjectionFactories - pass them into the varargs constructor.
CompositeInjector
           
ConstructorInjection
          A InjectionFactory for constructor injection.
ConstructorInjector.CtorAndAdapters
           
FactoryInjector
           An Injector which provides an custom instance in a factory style
IterativeInjector
          Injection will happen iteratively after component instantiation
MethodInjector
          Injection will happen through a single method for the component.
ParameterNameBinding
           
Provider
          Providers are a type of Injector that can participate in Injection via a custom method.
SetterInjector
          Instantiates components using empty constructors and Setter Injection.
SingleMemberInjector
          Injection will happen in a single member function on the component.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.