Class ThreadLocalRequestContext

java.lang.Object
com.google.gerrit.server.util.ThreadLocalRequestContext

public class ThreadLocalRequestContext extends Object
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.