| Package | Description |
|---|---|
| org.xwiki.context |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
ExecutionContextManager.clone(ExecutionContext context)
Perform deep cloning of Execution Context properties.
|
ExecutionContext |
Execution.getContext() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
ExecutionContextManager.clone(ExecutionContext context)
Perform deep cloning of Execution Context properties.
|
void |
ExecutionContext.inheritFrom(ExecutionContext executionContext)
Inherit properties marked for inheritance from the given execution context.
|
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.
|
void |
Execution.pushContext(ExecutionContext context) |
void |
Execution.setContext(ExecutionContext context) |
Copyright © 2004–2014 XWiki. All rights reserved.