Package com.atlassian.confluence.util
Class RequestCacheThreadLocal
java.lang.Object
com.atlassian.confluence.util.RequestCacheThreadLocal
Threadlocal for caching objects that must survive the whole HTTP request. The threadlocal is initialised in
the
RequestCacheThreadLocalFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REMOTE_ADDRESS_KEY
- See Also:
-
X_FORWARDED_FOR_KEY
- See Also:
-
CONTEXT_PATH_KEY
- See Also:
-
REQUEST_ID_KEY
- See Also:
-
HEADER_MOBILE_APP_REQUEST_KEY
- See Also:
-
-
Constructor Details
-
RequestCacheThreadLocal
public RequestCacheThreadLocal()
-
-
Method Details
-
getRequestCache
-
setRequestCache
-
clearRequestCache
public static void clearRequestCache() -
getRemoteAddress
-
getXForwardedFor
-
getContextPath
-
getRequestCorrelationId
-
getMobileAppRequestHeader
-