|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contextual | |
---|---|
javax.context | |
javax.inject.manager |
Uses of Contextual in javax.context |
---|
Methods in javax.context 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.inject.manager |
---|
Classes in javax.inject.manager that implement Contextual | |
---|---|
class |
Bean<T>
The contract between the manager and a bean. |
class |
Decorator
The Bean object for a a decorator This interface should not be called directly by the application. |
class |
Interceptor
The contract between the manager and a interceptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |