Uses of Class
org.jboss.weld.context.AbstractManagedContext
-
Packages that use AbstractManagedContext Package Description org.jboss.weld.context JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.bound JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.ejb JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.http JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.unbound JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.environment.se.contexts JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of AbstractManagedContext in org.jboss.weld.context
Subclasses of AbstractManagedContext in org.jboss.weld.context 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.context.bound
Subclasses of AbstractManagedContext in org.jboss.weld.context.bound Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl -
Uses of AbstractManagedContext in org.jboss.weld.context.ejb
Subclasses of AbstractManagedContext in org.jboss.weld.context.ejb Modifier and Type Class Description classEjbRequestContextImpl -
Uses of AbstractManagedContext in org.jboss.weld.context.http
Subclasses of AbstractManagedContext in org.jboss.weld.context.http Modifier and Type Class Description classHttpConversationContextImplclassHttpRequestContextImplclassHttpSessionContextImplclassHttpSessionDestructionContextThis special http session context is necessary because HttpSessionListeners that are called when a session is being destroyed outside the scope of a HTTP request, need to be able to access the session context.classLazyHttpConversationContextImplAn implementation ofHttpConversationContextthat is capable of lazy initialization. -
Uses of AbstractManagedContext in org.jboss.weld.context.unbound
Subclasses of AbstractManagedContext in org.jboss.weld.context.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.
-