See: Description
Interface | Description |
---|---|
ApplicationContext |
The built in application context, associated with
ApplicationScoped . |
BoundContext<S> |
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
|
ConversationContext |
The built in conversation context is associated with
ConversationScoped . |
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 |
The built in session context is associated with
SessionScoped . |
SingletonContext |
The built in singleton context, associated with
Singleton . |
WeldCreationalContext<T> |
Class | Description |
---|---|
AbstractBoundContext<S> |
Base class for contexts using a thread local to store a bound bean context
|
AbstractContext |
Base for the Context implementations.
|
AbstractConversationContext<R,S> |
The base of the conversation context, which can use a variety of storage
forms
|
AbstractManagedContext | |
AbstractSharedContext | |
AbstractUnboundContext |
Base class for contexts using a thread local to store a bound bean context
|
CreationalContextImpl<T> | |
ForwardingContextual<T> | |
ForwardingWeldCreationalContext<T> | |
PassivatingContextWrapper |
Wraps a passivating context with a wrapper that guarantees that each call to the context is done with serializable
Contextual . |
SerializableContextualFactory |
Produces wrappers for
Contextual s which are serializable. |
SerializableContextualInstanceImpl<C extends Contextual<I>,I> |
Exception | Description |
---|---|
BusyConversationException |
A localized message version of the
NonexistentConversationException . |
ContextNotActiveException |
A localized message version of the
ContextNotActiveException . |
NonexistentConversationException |
A localized message version of the
NonexistentConversationException . |
Copyright © 2015. All Rights Reserved.