Uses of Interface
org.jboss.weld.context.ManagedContext
-
-
Uses of ManagedContext in org.jboss.weld.context
Subinterfaces of ManagedContext in org.jboss.weld.context Modifier and Type Interface Description interface
ConversationContext
The built in conversation context is associated withConversationScoped
.interface
RequestContext
The built in request context is associated withRequestScoped
and is a managed context which can be activated, invalidated and deactivated.interface
SessionContext
The built in session context is associated withSessionScoped
. -
Uses of ManagedContext in org.jboss.weld.context.bound
Subinterfaces of ManagedContext in org.jboss.weld.context.bound Modifier and Type Interface Description interface
BoundConversationContext
A conversation context which can be bound to a pair of Maps encapsulated byBoundRequest
.interface
BoundRequestContext
A request context which can be bound to any Map.interface
BoundSessionContext
A session context which can be bound to any Map. -
Uses of ManagedContext in org.jboss.weld.context.ejb
Subinterfaces of ManagedContext in org.jboss.weld.context.ejb Modifier and Type Interface Description interface
EjbRequestContext
A request context which can be bound to theInvocationContext
. -
Uses of ManagedContext in org.jboss.weld.context.http
Subinterfaces of ManagedContext in org.jboss.weld.context.http Modifier and Type Interface Description interface
HttpConversationContext
An Http Session backed conversation context.interface
HttpRequestContext
A request context which can be bound to theServletRequest
.interface
HttpSessionContext
A session context which can be bound to theHttpServletRequest
. -
Uses of ManagedContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement ManagedContext Modifier and Type Class Description class
AbstractBoundContext<S>
Base class for contexts using a thread local to store a bound bean contextclass
AbstractConversationContext<R,S>
The base of the conversation context, which can use a variety of storage formsclass
AbstractManagedContext
class
AbstractUnboundContext
Base class for contexts using a thread local to store a bound bean context -
Uses of ManagedContext in org.jboss.weld.contexts.bound
Classes in org.jboss.weld.contexts.bound that implement ManagedContext Modifier and Type Class Description class
BoundConversationContextImpl
class
BoundRequestContextImpl
class
BoundSessionContextImpl
-
Uses of ManagedContext in org.jboss.weld.contexts.unbound
Classes in org.jboss.weld.contexts.unbound that implement ManagedContext Modifier and Type Class Description class
RequestContextImpl
-