Uses of Interface
org.jboss.weld.context.ManagedContext
Packages that use ManagedContext
Package
Description
-
Uses of ManagedContext in org.jboss.weld.context
Subinterfaces of ManagedContext in org.jboss.weld.contextModifier and TypeInterfaceDescriptioninterfaceThe built in conversation context is associated withConversationScoped.interfaceThe built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.interfaceThe built in session context is associated withSessionScoped. -
Uses of ManagedContext in org.jboss.weld.context.bound
Subinterfaces of ManagedContext in org.jboss.weld.context.boundModifier and TypeInterfaceDescriptioninterfaceA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceA request context which can be bound to any Map.interfaceA 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.ejbModifier and TypeInterfaceDescriptioninterfaceA 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.httpModifier and TypeInterfaceDescriptioninterfaceAn Http Session backed conversation context.interfaceA request context which can be bound to theServletRequest.interfaceA session context which can be bound to theHttpServletRequest. -
Uses of ManagedContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement ManagedContextModifier and TypeClassDescriptionclassBase class for contexts using a thread local to store a bound bean contextclassThe base of the conversation context, which can use a variety of storage formsclassclassBase 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 ManagedContextModifier and TypeClassDescriptionclassclassclass -
Uses of ManagedContext in org.jboss.weld.contexts.unbound
Classes in org.jboss.weld.contexts.unbound that implement ManagedContext