@Role public interface ExecutionContextManager
ExecutionContext.| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
clone(ExecutionContext context)
Perform deep cloning of Execution Context properties.
|
void |
initialize(ExecutionContext context)
Set the passed Execution Context in
Execution and initialize it by executing all
ExecutionContextInitializer registered components. |
void initialize(ExecutionContext context) throws ExecutionContextException
Execution and initialize it by executing all
ExecutionContextInitializer registered components.context - the execution context to initializeExecutionContextException - in case one ExecutionContextInitializer fails to executeExecutionContext clone(ExecutionContext context) throws ExecutionContextException
context - the execution context to cloneExecutionContextException - if the Execution Context failed to be cloned for any reasonCopyright © 2004–2015 XWiki. All rights reserved.