|
||||||||||
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> contextual)
Return an existing instance of a contextual type or create a new instance of a contextual type |
|
|
Context.get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
Return an existing instance of a contextual type or create a new instance of a contextual type |
Uses of Contextual in javax.enterprise.inject.spi |
---|
Subinterfaces of Contextual in javax.enterprise.inject.spi | |
---|---|
interface |
Bean<T>
|
interface |
Decorator<T>
The bean object for a decorator |
interface |
Interceptor<T>
Main interface for all Bean objects representing an 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |