public class

RequestCacheThreadLocal

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.util.RequestCacheThreadLocal

Class Overview

Threadlocal for caching objects that must survive the whole HTTP request. The threadlocal is initialised in the RequestCacheThreadLocalFilter

Summary

Constants
String CONTEXT_PATH_KEY
Public Constructors
RequestCacheThreadLocal()
Public Methods
static void clearRequestCache()
static String getContextPath()
static Map getRequestCache()
static void setRequestCache(Map requestCache)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTEXT_PATH_KEY

Constant Value: "confluence.context.path"

Public Constructors

public RequestCacheThreadLocal ()

Public Methods

public static void clearRequestCache ()

public static String getContextPath ()

public static Map getRequestCache ()

public static void setRequestCache (Map requestCache)