| Interface | Description |
|---|---|
| Execution |
Allows setting/retrieving the
ExecutionContext. |
| ExecutionContextInitializer |
Role which allows different components to initialize every new execution context created, by adding, altering, or
removing properties.
|
| ExecutionContextManager |
Provides various services for manipulating an
ExecutionContext. |
| Class | Description |
|---|---|
| ExecutionContext |
Contains all state data related to the current user action.
|
| Exception | Description |
|---|---|
| ExecutionContextException |
Thrown when manipulating the execution context fails.
|
| PropertyAlreadyExistsException |
Thrown when declaring a property that already exists in the execution context.
|
| PropertyIsFinalException |
Thrown when trying to update a final value.
|
Copyright © 2004–2016 XWiki. All rights reserved.