Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.bean | |
org.jboss.weld.manager | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedField<? super X> field,
Bean<X> declaringBean)
An implementation of
ProducerFactory that provides container created Producer instances for the given
field. |
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
An implementation of
ProducerFactory that provides container created Producer instances for the given
method. |
Modifier and Type | Method and Description |
---|---|
<T,X> Bean<T> |
BeanManager.createBean(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> producerFactory)
|
Modifier and Type | Method and Description |
---|---|
static <T,X> AbstractSyntheticBean<T> |
SyntheticBeanFactory.create(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> factory,
BeanManagerImpl manager) |
Constructor and Description |
---|
SyntheticProducerBean(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> factory,
BeanManagerImpl manager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProducerFactory<X> |
class |
FieldProducerFactory<X> |
class |
MethodProducerFactory<X> |
Modifier and Type | Method and Description |
---|---|
<T,X> Bean<T> |
BeanManagerImpl.createBean(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> producerFactory) |
Modifier and Type | Method and Description |
---|---|
<X> ProducerFactory<X> |
ForwardingBeanManager.getProducerFactory(AnnotatedField<? super X> field,
Bean<X> declaringBean) |
<X> ProducerFactory<X> |
ForwardingBeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean) |
Modifier and Type | Method and Description |
---|---|
<T,X> Bean<T> |
ForwardingBeanManager.createBean(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> producerFactory) |
Copyright © 2013 Seam Framework. All Rights Reserved.