Package org.jboss.weld.context.bound
Interface BoundRequestContext
-
- All Superinterfaces:
AlterableContext
,BoundContext<Map<String,Object>>
,Context
,ManagedContext
,RequestContext
,WeldAlterableContext
- All Known Implementing Classes:
BoundRequestContextImpl
public interface BoundRequestContext extends RequestContext, BoundContext<Map<String,Object>>
A request context which can be bound to any Map. The context is automatically attached to the map on activation, and detached when
ManagedContext.invalidate()
is called.This context is not thread safe, and provides no thread safety for the underlying map. A thread-safe map can be used to back the context.
- Author:
- Pete Muir
-
-
Method Summary
-
Methods inherited from interface jakarta.enterprise.context.spi.AlterableContext
destroy
-
Methods inherited from interface org.jboss.weld.context.BoundContext
associate, dissociate
-
Methods inherited from interface jakarta.enterprise.context.spi.Context
get, get, getScope, isActive
-
Methods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivate, invalidate
-
Methods inherited from interface org.jboss.weld.context.WeldAlterableContext
clearAndSet, getAllContextualInstances
-
-