Package com.google.gerrit.httpd
Class GuiceRequestScopePropagator
java.lang.Object
com.google.gerrit.server.util.RequestScopePropagator
com.google.gerrit.httpd.GuiceRequestScopePropagator
Propagator for Guice's built-in servlet scope.
-
Method Summary
Methods inherited from class com.google.gerrit.server.util.RequestScopePropagator
cleanup, context, wrap, wrap
-
Method Details
-
wrapImpl
Description copied from class:RequestScopePropagator
Ensures that the current request state is available when the passed in Callable is invoked- Specified by:
wrapImpl
in classRequestScopePropagator
- See Also:
-