Package | Description |
---|---|
org.apache.webbeans.component | |
org.apache.webbeans.container |
Constructor and Description |
---|
InjectionTargetBean(WebBeansContext webBeansContext,
WebBeansType webBeansType,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeanAttributes<T> beanAttributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory)
Initializes the InjectionTarget Bean part.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratorInjectionTargetFactory<T> |
class |
InjectionTargetFactoryImpl<T> |
class |
InterceptorInjectionTargetFactory<T> |
Modifier and Type | Method and Description |
---|---|
<X> InjectionTargetFactory<X> |
AbstractBeanManager.getInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<X> type) |
Modifier and Type | Method and Description |
---|---|
<T> javax.enterprise.inject.spi.Bean<T> |
AbstractBeanManager.createBean(BeanAttributes<T> attributes,
Class<T> type,
InjectionTargetFactory<T> factory) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.