| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bean | |
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.injection | |
| org.jboss.weld.manager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InjectionTarget<T>
Provides operations for performing
dependency injection and
lifecycle callbacks on an instance of a type.
|
| Modifier and Type | Method and Description |
|---|---|
Producer<X> |
ProcessProducer.getProducer()
Returns the
Producer object that will
be used by the container to call the producer method or read the producer
field. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessProducer.setProducer(Producer<X> producer)
Replaces the
Producer object that will
be used by the container to call the producer method or read the producer
field. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractProducerBean.AbstractProducer |
| Modifier and Type | Method and Description |
|---|---|
Producer<T> |
AbstractProducerBean.getProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProducerBean.setProducer(Producer<T> producer)
This operation is *not* threadsafe, and should not be called outside
bootstrap
|
| Modifier and Type | Method and Description |
|---|---|
Producer<X> |
ProcessProducerImpl.getProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessProducerImpl.setProducer(Producer<X> producer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingInjectionTarget<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDrivenInjectionTarget<T> |
class |
SimpleInjectionTarget<T> |
Copyright © 2013 Seam Framework. All Rights Reserved.