Uses of Interface
org.glassfish.hk2.Provider

Packages that use Provider
com.sun.hk2.component   
org.glassfish.hk2   
org.jvnet.hk2.component   
org.jvnet.hk2.config   
org.jvnet.hk2.deprecated.internal   
 

Uses of Provider in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement Provider
 class AbstractCreatorImpl<T>
          Deprecated. 
 class AbstractCreatorInhabitantImpl<T>
          Deprecated. 
 class AbstractInhabitantImpl<T>
          Deprecated. 
 class ConstructorCreator<T>
          Deprecated. 
 class EventPublishingInhabitant<T>
          Deprecated. 
 class ExistingSingletonInhabitant<T>
          Deprecated. 
 class LazyInhabitant<T>
          Deprecated. 
 class ScopedInhabitant<T>
          Deprecated. 
 

Methods in com.sun.hk2.component that return Provider
 Provider<T> AbstractInhabitantImpl.getProvider()
          Deprecated.  
 Provider<T> AbstractInhabitantImpl.getProvider(Context ctx)
          Deprecated.  
protected
<V> Provider<V>
InjectInjectionResolver.getProviderByContract(ServiceLocator habitat, Inhabitant<?> onBehalfOf, AnnotatedElement target, Type genericType, javax.inject.Inject inject)
          Deprecated.  
 

Uses of Provider in org.glassfish.hk2
 

Subinterfaces of Provider in org.glassfish.hk2
 interface ManagedComponentProvider<T>
          Deprecated. 
 

Methods in org.glassfish.hk2 that return Provider
 Provider<T> Binding.getProvider()
          Deprecated. Return a Provider with providing contextual information on how the provider will be used.
 Provider<T> Providers.getProvider()
          Deprecated. Return the "best" Provider from the collection that matches current criteria.
 Provider<T> Binding.getProvider(Context ctx)
          Deprecated. Return a Provider optionally providing contextual information for how the component provider will be used (e.g., for contextual injection, etc).
 

Methods in org.glassfish.hk2 that return types with arguments of type Provider
 Collection<Provider<T>> Providers.all()
          Deprecated. Return all applicable Providers.
 

Methods in org.glassfish.hk2 with parameters of type Provider
<T> boolean
ScopeInstance.contains(Provider<T> provider)
          Deprecated. Returns true if this scope instance contains a stored inhabitant for a given provider, returns false otherwise.
<T> T
ScopeInstance.get(Provider<T> provider)
          Deprecated. Retrieves a stored inhabitant if present in the scope instance.
<T> T
ScopeInstance.put(Provider<T> provider, T value)
          Deprecated. Stores a inhabitant component instance.
 

Uses of Provider in org.jvnet.hk2.component
 

Subinterfaces of Provider in org.jvnet.hk2.component
 interface Creator<T>
          Deprecated. 
 interface Inhabitant<T>
          Deprecated. 
 

Methods in org.jvnet.hk2.component that return Provider
 Provider<T> ContractLocatorImpl.getProvider()
          Deprecated.  
 

Methods in org.jvnet.hk2.component that return types with arguments of type Provider
 Collection<Provider<T>> ContractLocatorImpl.all()
          Deprecated.  
 Collection<Provider<T>> ContractLocatorImpl.all(boolean stopAtFirstMatch)
          Deprecated.  
 

Uses of Provider in org.jvnet.hk2.config
 

Classes in org.jvnet.hk2.config that implement Provider
 class ConfigBean
          ConfigBean is the core implementation of the config beans.
 class Dom
          Inhabitant that loads configuration from XML.
 

Uses of Provider in org.jvnet.hk2.deprecated.internal
 

Classes in org.jvnet.hk2.deprecated.internal that implement Provider
 class CreatorImpl<T>
          Deprecated. 
 class InhabitantImpl<T>
          Deprecated. 
 

Methods in org.jvnet.hk2.deprecated.internal that return Provider
 Provider<T> ContractLocatorImpl.getProvider()
          Deprecated.  
 

Methods in org.jvnet.hk2.deprecated.internal that return types with arguments of type Provider
 Collection<Provider<T>> ContractLocatorImpl.all()
          Deprecated.  
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.