Package org.jboss.weld.context.http
Interface HttpRequestContext
-
- All Superinterfaces:
javax.enterprise.context.spi.AlterableContext,BoundContext<javax.servlet.http.HttpServletRequest>,javax.enterprise.context.spi.Context,ManagedContext,RequestContext,WeldAlterableContext
public interface HttpRequestContext extends BoundContext<javax.servlet.http.HttpServletRequest>, RequestContext
A request context which can be bound to the
ServletRequest. The context is automatically attached to the map on activation, and detached whenManagedContext.invalidate()is called.This context is not thread safe, and provides no thread safety for the underlying map.
- Author:
- Pete Muir
-
-
Method Summary
-
Methods inherited from interface org.jboss.weld.context.BoundContext
associate, dissociate
-
Methods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivate, invalidate
-
Methods inherited from interface org.jboss.weld.context.WeldAlterableContext
clearAndSet, getAllContextualInstances
-
-