public class RequestContextHolder extends Object
ThreadLocal that holds a RequestContext.| Constructor and Description |
|---|
RequestContextHolder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(RequestContext context) |
static RequestContext |
getContextOrNull() |
static void |
unbind() |
public static void bind(RequestContext context)
public static void unbind()
public static RequestContext getContextOrNull()
Copyright © 2020. All rights reserved.