@Role public interface Execution
ExecutionContext.| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
getContext() |
void |
popContext()
Remove a context level in the current thread.
|
void |
pushContext(ExecutionContext context) |
void |
removeContext()
Remove all context levels for the current thread.
|
void |
setContext(ExecutionContext context) |
ExecutionContext getContext()
void setContext(ExecutionContext context)
context - the current context of the current threadvoid pushContext(ExecutionContext context)
context - create a new context level for the current thread and set the provided contextvoid popContext()
void removeContext()
Copyright © 2004–2015 XWiki. All rights reserved.