Package com.google.gerrit.server.util
Class GuiceRequestScopePropagator
- java.lang.Object
-
- com.google.gerrit.server.util.RequestScopePropagator
-
- com.google.gerrit.server.util.GuiceRequestScopePropagator
-
public class GuiceRequestScopePropagator extends RequestScopePropagator
Propagator for Guice's built-in servlet scope.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> Callable<T>
wrapImpl(Callable<T> callable)
-
Methods inherited from class com.google.gerrit.server.util.RequestScopePropagator
cleanup, context, wrap, wrap
-
-
-
-
Method Detail
-
wrapImpl
protected <T> Callable<T> wrapImpl(Callable<T> callable)
- Specified by:
wrapImpl
in classRequestScopePropagator
- See Also:
RequestScopePropagator.wrap(Callable)
-
-