Uses of Class
org.jboss.weld.context.AbstractBoundContext
-
Packages that use AbstractBoundContext 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. -
-
Uses of AbstractBoundContext in org.jboss.weld.context
Subclasses of AbstractBoundContext in org.jboss.weld.context Modifier and Type Class Description classAbstractConversationContext<R,S>The base of the conversation context, which can use a variety of storage forms -
Uses of AbstractBoundContext in org.jboss.weld.context.bound
Subclasses of AbstractBoundContext in org.jboss.weld.context.bound Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl -
Uses of AbstractBoundContext in org.jboss.weld.context.ejb
Subclasses of AbstractBoundContext in org.jboss.weld.context.ejb Modifier and Type Class Description classEjbRequestContextImpl -
Uses of AbstractBoundContext in org.jboss.weld.context.http
Subclasses of AbstractBoundContext 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.
-