Package | Description |
---|---|
javax.enterprise.context.spi |
The custom context SPI.
|
javax.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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.