Uses of Class
org.jboss.weld.contexts.AbstractManagedContext
-
Packages that use AbstractManagedContext Package Description org.jboss.weld.contexts org.jboss.weld.contexts.bound org.jboss.weld.contexts.unbound org.jboss.weld.environment.se.contexts -
-
Uses of AbstractManagedContext in org.jboss.weld.contexts
Subclasses of AbstractManagedContext in org.jboss.weld.contexts Modifier and Type Class Description classAbstractBoundContext<S>Base class for contexts using a thread local to store a bound bean contextclassAbstractConversationContext<R,S>The base of the conversation context, which can use a variety of storage formsclassAbstractUnboundContextBase class for contexts using a thread local to store a bound bean context -
Uses of AbstractManagedContext in org.jboss.weld.contexts.bound
Subclasses of AbstractManagedContext in org.jboss.weld.contexts.bound Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl -
Uses of AbstractManagedContext in org.jboss.weld.contexts.unbound
Subclasses of AbstractManagedContext in org.jboss.weld.contexts.unbound Modifier and Type Class Description classRequestContextImpl -
Uses of AbstractManagedContext in org.jboss.weld.environment.se.contexts
Subclasses of AbstractManagedContext in org.jboss.weld.environment.se.contexts Modifier and Type Class Description classThreadContextThe thread context.
-