|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contextual | |
---|---|
javax.enterprise.context.spi | |
javax.enterprise.inject.spi |
Uses of Contextual in javax.enterprise.context.spi |
---|
Methods in javax.enterprise.context.spi with parameters of type Contextual | ||
---|---|---|
|
Context.get(Contextual<T> component)
Returns the instance of the webbeans in this context if exist otherwise return null. |
|
|
Context.get(Contextual<T> component,
CreationalContext<T> creationalContext)
If the context is not active, throws ContextNotActiveException . |
Uses of Contextual in javax.enterprise.inject.spi |
---|
Subinterfaces of Contextual in javax.enterprise.inject.spi | |
---|---|
interface |
Bean<T>
Reprensts bean instances that are contextual and injectable by the container. |
interface |
Decorator<T>
|
interface |
Interceptor<T>
|
Methods in javax.enterprise.inject.spi with parameters of type Contextual | ||
---|---|---|
|
BeanManager.createCreationalContext(Contextual<T> contextual)
Returns a new creational context implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |