ApplicationContext |
|
BoundContext<S> |
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
|
ConversationContext |
|
DependentContext |
The built in dependent context, associated with Dependent .
|
ManagedContext |
Lifecycle management for built in contexts.
|
ManagedConversation |
Provides management operations for conversations, including locking, and expiration management.
|
RequestContext |
The built in request context is associated with RequestScoped and is a managed context which can be activated,
invalidated and deactivated.
|
SessionContext |
|
SingletonContext |
The built in singleton context, associated with Singleton .
|
WeldAlterableContext |
Enriched version of AlterableContext which allows to capture all instances from given context or to set them to
previously obtained values.
|