| Package | Description |
|---|---|
| javax.enterprise.context.spi |
The custom context SPI.
|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AlterableContext |
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
|
| Modifier and Type | Method | Description |
|---|---|---|
Context |
BeanManager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType) |
Obtains an active context object for the given
scope .
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AfterBeanDiscovery.addContext(Context context) |
Registers a custom
Context object with the container. |