Uses of Class
org.jboss.weld.contexts.AbstractContext
-
Packages that use AbstractContext Package Description org.jboss.weld.contexts org.jboss.weld.contexts.bound org.jboss.weld.contexts.unbound org.jboss.weld.environment.se.contexts -
-
Uses of AbstractContext in org.jboss.weld.contexts
Subclasses of AbstractContext 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 formsclassAbstractManagedContextclassAbstractSharedContextclassAbstractUnboundContextBase class for contexts using a thread local to store a bound bean context -
Uses of AbstractContext in org.jboss.weld.contexts.bound
Subclasses of AbstractContext in org.jboss.weld.contexts.bound Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl -
Uses of AbstractContext in org.jboss.weld.contexts.unbound
Subclasses of AbstractContext in org.jboss.weld.contexts.unbound Modifier and Type Class Description classApplicationContextImplclassRequestContextImplclassSingletonContextImpl -
Uses of AbstractContext in org.jboss.weld.environment.se.contexts
Subclasses of AbstractContext in org.jboss.weld.environment.se.contexts Modifier and Type Class Description classThreadContextThe thread context.
-