Package | Description |
---|---|
org.xwiki.context |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
ExecutionContextManager.clone(ExecutionContext context)
Perform deep cloning of Execution Context properties.
|
void |
ExecutionContextManager.initialize(ExecutionContext context)
Set the passed Execution Context in
Execution and initialize it by executing all
ExecutionContextInitializer registered components. |
void |
ExecutionContextInitializer.initialize(ExecutionContext context)
The method that will be called when a context is created.
|
default void |
ExecutionContextManager.pushContext(ExecutionContext context,
boolean inherit) |
Copyright © 2004–2021 XWiki. All rights reserved.