Package org.xwiki.context
-
Interface Summary Interface Description Execution Allows setting/retrieving theExecutionContext
.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 anExecutionContext
. -
Class Summary Class Description ExecutionContext Contains all state data related to the current user action. -
Exception Summary 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.