com.atlassian.crowd.plugin.web
Class RequestCacheThreadLocal
java.lang.Object
com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
public class RequestCacheThreadLocal
- extends java.lang.Object
Threadlocal for caching objects that must survive the whole HTTP request. The threadlocal is initialised in
the RequestCacheThreadLocalFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT_PATH_KEY
public static final java.lang.String CONTEXT_PATH_KEY
- See Also:
- Constant Field Values
RequestCacheThreadLocal
public RequestCacheThreadLocal()
getRequestCache
public static java.util.Map<java.lang.String,java.lang.Object> getRequestCache()
setRequestCache
public static void setRequestCache(java.util.Map<java.lang.String,java.lang.Object> requestCache)
clearRequestCache
public static void clearRequestCache()
getContextPath
public static java.lang.String getContextPath()
Copyright © 2010 Atlassian. All Rights Reserved.