Interface HttpRequestContext

All Superinterfaces:
jakarta.enterprise.context.spi.AlterableContext, BoundContext<jakarta.servlet.http.HttpServletRequest>, jakarta.enterprise.context.spi.Context, ManagedContext, RequestContext, WeldAlterableContext

public interface HttpRequestContext extends BoundContext<jakarta.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 when ManagedContext.invalidate() is called.

This context is not thread safe, and provides no thread safety for the underlying map.

Author:
Pete Muir