Uses of Interface
org.apache.webbeans.component.spi.InjectionTargetFactory

Packages that use InjectionTargetFactory
org.apache.webbeans.component   
org.apache.webbeans.container   
 

Uses of InjectionTargetFactory in org.apache.webbeans.component
 

Constructors in org.apache.webbeans.component with parameters of type InjectionTargetFactory
InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, AnnotatedType<T> annotatedType, BeanAttributes<T> beanAttributes, Class<T> beanClass, InjectionTargetFactory<T> factory)
          Initializes the InjectionTarget Bean part.
 

Uses of InjectionTargetFactory in org.apache.webbeans.container
 

Classes in org.apache.webbeans.container that implement InjectionTargetFactory
 class DecoratorInjectionTargetFactory<T>
           
 class InjectionTargetFactoryImpl<T>
           
 class InterceptorInjectionTargetFactory<T>
           
 

Methods in org.apache.webbeans.container that return InjectionTargetFactory
<X> InjectionTargetFactory<X>
AbstractBeanManager.getInjectionTargetFactory(AnnotatedType<X> type)
           
 

Methods in org.apache.webbeans.container with parameters of type InjectionTargetFactory
<T> Bean<T>
AbstractBeanManager.createBean(BeanAttributes<T> attributes, Class<T> type, InjectionTargetFactory<T> factory)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.