| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bootstrap.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessManagedBean<X>
The container fires an event of this type for each enabled managed bean,
before registering the
Bean object. |
interface |
ProcessProducerField<T,X>
The container fires an event of this type for each enabled producer field,
before registering the
Bean object. |
interface |
ProcessProducerMethod<T,X>
The container fires an event of this type for each enabled producer method,
before registering the
Bean object. |
interface |
ProcessSessionBean<X>
The container fires an event of this type for each enabled session bean,
before registering the
Bean object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessClassBean<X,B extends AbstractClassBean<X>> |
class |
AbstractProcessProducerBean<T,X,B extends AbstractProducerBean<T,X,?>> |
class |
ProcessBeanImpl<X> |
class |
ProcessManagedBeanImpl<X> |
class |
ProcessProducerFieldImpl<T,X> |
class |
ProcessProducerMethodImpl<T,X> |
class |
ProcessSessionBeanImpl<X> |
Copyright © 2013 Seam Framework. All Rights Reserved.