Uses of Interface
javax.enterprise.context.spi.AlterableContext
-
-
Uses of AlterableContext in org.jboss.weld.context
Subinterfaces of AlterableContext in org.jboss.weld.context Modifier and Type Interface Description interfaceApplicationContextThe built in application context, associated withApplicationScoped.interfaceBoundContext<S>Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).interfaceConversationContextThe built in conversation context is associated withConversationScoped.interfaceDependentContextThe built in dependent context, associated withDependent.interfaceManagedContextLifecycle management for built in contexts.interfaceRequestContextThe built in request context is associated withRequestScopedand is a managed context which can be activated, invalidated and deactivated.interfaceSessionContextThe built in session context is associated withSessionScoped.interfaceSingletonContextThe built in singleton context, associated withSingleton.interfaceWeldAlterableContextEnriched version ofAlterableContextwhich allows to capture all instances from given context or to set them to previously obtained values. -
Uses of AlterableContext in org.jboss.weld.context.bound
Subinterfaces of AlterableContext in org.jboss.weld.context.bound Modifier and Type Interface Description interfaceBoundConversationContextA conversation context which can be bound to a pair of Maps encapsulated byBoundRequest.interfaceBoundRequestContextA request context which can be bound to any Map.interfaceBoundSessionContextA session context which can be bound to any Map. -
Uses of AlterableContext in org.jboss.weld.context.ejb
Subinterfaces of AlterableContext in org.jboss.weld.context.ejb Modifier and Type Interface Description interfaceEjbRequestContextA request context which can be bound to theInvocationContext. -
Uses of AlterableContext in org.jboss.weld.context.http
Subinterfaces of AlterableContext in org.jboss.weld.context.http Modifier and Type Interface Description interfaceHttpConversationContextAn Http Session backed conversation context.interfaceHttpRequestContextA request context which can be bound to theServletRequest.interfaceHttpSessionContextA session context which can be bound to theHttpServletRequest. -
Uses of AlterableContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement AlterableContext Modifier and Type Class Description classAbstractBoundContext<S>Base class for contexts using a thread local to store a bound bean contextclassAbstractContextBase for the Context implementations.classAbstractConversationContext<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 AlterableContext in org.jboss.weld.contexts.bound
Classes in org.jboss.weld.contexts.bound that implement AlterableContext Modifier and Type Class Description classBoundConversationContextImplclassBoundRequestContextImplclassBoundSessionContextImpl -
Uses of AlterableContext in org.jboss.weld.contexts.unbound
Classes in org.jboss.weld.contexts.unbound that implement AlterableContext Modifier and Type Class Description classApplicationContextImplclassDependentContextImplThe dependent contextclassRequestContextImplclassSingletonContextImpl -
Uses of AlterableContext in org.jboss.weld.environment.se.contexts
Classes in org.jboss.weld.environment.se.contexts that implement AlterableContext Modifier and Type Class Description classThreadContextThe thread context.
-