Class InducedContextScope<TrackableCtxT extends TrackableContext<TrackableCtxT>,​InducedCtxT extends InjectionContext>

  • All Implemented Interfaces:
    Scope

    public class InducedContextScope<TrackableCtxT extends TrackableContext<TrackableCtxT>,​InducedCtxT extends InjectionContext>
    extends ContextScope<TrackableCtxT>
    Scopes objects to the context induced by the context obtained from the associated ContextTracker. For example HTTP session context may be induced by HTTP servlet request context.