Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.bean | |
org.jboss.weld.manager | |
org.jboss.weld.manager.api | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
<T> InjectionTargetFactory<T> |
BeanManager.getInjectionTargetFactory(AnnotatedType<T> annotatedType)
An implementation of
InjectionTargetFactory that provides container created InjectionTarget instances. |
Modifier and Type | Method and Description |
---|---|
<T> Bean<T> |
BeanManager.createBean(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> injectionTargetFactory)
|
Modifier and Type | Method and Description |
---|---|
static <T> AbstractSyntheticBean<T> |
SyntheticBeanFactory.create(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
Constructor and Description |
---|
SyntheticClassBean(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
SyntheticDecorator(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
Modifier and Type | Class and Description |
---|---|
class |
InjectionTargetFactoryImpl<T>
Factory capable of producing
InjectionTarget implementations for a given combination of AnnotatedType and
Bean objects. |
Modifier and Type | Method and Description |
---|---|
<T> Bean<T> |
BeanManagerImpl.createBean(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> injectionTargetFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
WeldInjectionTargetFactory<T> |
Modifier and Type | Method and Description |
---|---|
<T> InjectionTargetFactory<T> |
ForwardingBeanManager.getInjectionTargetFactory(AnnotatedType<T> annotatedType) |
Modifier and Type | Method and Description |
---|---|
<T> Bean<T> |
ForwardingBeanManager.createBean(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> injectionTargetFactory) |
Copyright © 2013 Seam Framework. All Rights Reserved.