Package com.atlassian.crowd.plugin.web
Class RequestCacheThreadLocal
java.lang.Object
com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
Threadlocal for caching objects that must survive the whole HTTP request. The threadlocal is initialised in
the
RequestCacheThreadLocalFilter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static String
static void
setRequestCache
(Map<String, Object> requestCache)
-
Field Details
-
CONTEXT_PATH_KEY
- See Also:
-
-
Constructor Details
-
RequestCacheThreadLocal
public RequestCacheThreadLocal()
-
-
Method Details
-
getRequestCache
-
setRequestCache
-
clearRequestCache
public static void clearRequestCache() -
getContextPath
-