| Package | Description |
|---|---|
| jakarta.enterprise.context.spi |
The custom context SPI.
|
| jakarta.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlterableContext
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
BeanManager.getContext(Class<? extends Annotation> scopeType)
Obtains an active context object for the given
scope .
|
| Modifier and Type | Method and Description |
|---|---|
void |
AfterBeanDiscovery.addContext(Context context)
Registers a custom
Context object with the container. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.