Package | Description |
---|---|
javax.enterprise.context.spi | |
javax.enterprise.inject.spi |
Modifier and Type | Method and Description |
---|---|
<T> T |
Context.get(Contextual<T> component)
Returns the instance of the webbeans in this context if exist otherwise return null.
|
<T> T |
Context.get(Contextual<T> component,
CreationalContext<T> creationalContext)
If the context is not active, throws
ContextNotActiveException . |
Modifier and Type | Interface and Description |
---|---|
interface |
Bean<T>
Reprensts bean instances that are contextual
and injectable by the container.
|
interface |
Decorator<T> |
interface |
Interceptor<T> |
Modifier and Type | Method and Description |
---|---|
<T> CreationalContext<T> |
BeanManager.createCreationalContext(Contextual<T> contextual)
Returns a new creational context implementation.
|
Copyright © 2019. All rights reserved.