Uses of Interface
org.picocontainer.injectors.Provider

Packages that use Provider
org.picocontainer.injectors InjectionFactories make Injectors which implement specific types of dependency injection 
 

Uses of Provider in org.picocontainer.injectors
 

Classes in org.picocontainer.injectors that implement Provider
 class ProviderAdapter
          Providers are a type of Injector that can participate in Injection via a custom method.
 

Constructors in org.picocontainer.injectors with parameters of type Provider
ProviderAdapter(LifecycleStrategy lifecycleStrategy, Provider provider)
           
ProviderAdapter(LifecycleStrategy lifecycleStrategy, Provider provider, boolean useNames)
           
ProviderAdapter(Provider provider)
           
ProviderAdapter(Provider provider, boolean useNames)
           
 



Copyright © 2003-2012 Codehaus. All Rights Reserved.