public class RequestCacheThreadLocal extends Object
RequestCacheThreadLocalFilter
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT_PATH_KEY |
static String |
REQUEST_ID_KEY |
Constructor and Description |
---|
RequestCacheThreadLocal() |
Modifier and Type | Method and Description |
---|---|
static void |
clearRequestCache() |
static String |
getContextPath() |
static Map |
getRequestCache() |
static String |
getRequestCorrelationId() |
static void |
setRequestCache(Map requestCache) |
public static final String CONTEXT_PATH_KEY
public static final String REQUEST_ID_KEY
public static Map getRequestCache()
public static void setRequestCache(Map requestCache)
public static void clearRequestCache()
public static String getContextPath()
public static String getRequestCorrelationId()
Copyright © 2003–2016 Atlassian. All rights reserved.