|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contextual | |
|---|---|
| javax.enterprise.context.spi | The custom context SPI. |
| javax.enterprise.inject.spi | The portable extension integration SPI. |
| Uses of Contextual in javax.enterprise.context.spi |
|---|
| Methods in javax.enterprise.context.spi with parameters of type Contextual | ||
|---|---|---|
|
Context.get(Contextual<T> contextual)
Return an existing instance of a certain contextual type or a null value. |
|
|
Context.get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
Return an existing instance of certain contextual type or create a new instance by calling create(CreationalContext)
and return the new instance. |
|
| Uses of Contextual in javax.enterprise.inject.spi |
|---|
| Subinterfaces of Contextual in javax.enterprise.inject.spi | |
|---|---|
interface |
Bean<T>
Represents an enabled bean. |
interface |
Decorator<T>
Represents an enabled decorator. |
interface |
Interceptor<T>
Represents an enabled interceptor. |
| Methods in javax.enterprise.inject.spi with parameters of type Contextual | ||
|---|---|---|
|
BeanManager.createCreationalContext(Contextual<T> contextual)
Obtain an instance of a CreationalContext
for the given contextual type,
or for a non-contextual object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||