| java.lang.Object | |
| ↳ | com.atlassian.sal.confluence.executor.ConfluenceThreadLocalContextManager |
Manages all thread local state for Confluence
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clear the thread local context on the current thread
| |||||||||||
Get the thread local context of the current thread
| |||||||||||
Set the thread local context on the current thread
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.sal.core.executor.ThreadLocalContextManager
| |||||||||||
Clear the thread local context on the current thread
Get the thread local context of the current thread
Set the thread local context on the current thread
| context | The context to set |
|---|

