Package com.google.gerrit.server.util
Class ThreadLocalRequestContext
java.lang.Object
com.google.gerrit.server.util.ThreadLocalRequestContext
ThreadLocalRequestContext manages the current RequestContext using a ThreadLocal. When the
 context is set, the fields exposed by the context are considered in scope. Otherwise, the
 FallbackRequestContext is used.
- 
Method SummaryModifier and TypeMethodDescriptionstatic com.google.inject.Modulemodule()setContext(RequestContext ctx) 
- 
Method Details- 
modulepublic static com.google.inject.Module module()
- 
setContext
- 
getContext
 
-