Uses of Interface
org.jvnet.hk2.component.InhabitantProviderInterceptor

Packages that use InhabitantProviderInterceptor
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of InhabitantProviderInterceptor in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement InhabitantProviderInterceptor
 class AbstractInhabitantProvider
          abstract base for InhabitantProviderInterceptor
 class RunLevelInhabitantProvider
          InhabitantProviderInterceptor specializing in the creation of RunLevelInhabitants.
 

Method parameters in com.sun.hk2.component with type arguments of type InhabitantProviderInterceptor
static Inhabitant<?> Inhabitants.createInhabitant(Habitat habitat, Iterator<InhabitantProviderInterceptor> interceptors, Holder<ClassLoader> classLoader, String typeName, MultiMap<String,String> metadata, Inhabitant<?> lead, InhabitantStore store, Set<String> indicies)
           
 AbstractInhabitantImpl<?> RunLevelInhabitantProvider.visit(AbstractInhabitantImpl<?> i, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
           
 

Uses of InhabitantProviderInterceptor in org.jvnet.hk2.component
 

Method parameters in org.jvnet.hk2.component with type arguments of type InhabitantProviderInterceptor
 AbstractInhabitantImpl<?> InhabitantProviderInterceptor.visit(AbstractInhabitantImpl<?> inhabitant, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
          Called by the framework to either decorate the inhabitant, or even intercept and replace the created inhabitant.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.