Class RequestCacheThreadLocal

java.lang.Object
com.atlassian.crowd.plugin.web.RequestCacheThreadLocal

public class RequestCacheThreadLocal extends Object
Threadlocal for caching objects that must survive the whole HTTP request. The threadlocal is initialised in the RequestCacheThreadLocalFilter
  • Field Details

  • Constructor Details

    • RequestCacheThreadLocal

      public RequestCacheThreadLocal()
  • Method Details

    • getRequestCache

      public static Map<String,Object> getRequestCache()
    • setRequestCache

      public static void setRequestCache(Map<String,Object> requestCache)
    • clearRequestCache

      public static void clearRequestCache()
    • getContextPath

      public static String getContextPath()