Uses of Class
org.xwiki.context.ExecutionContextException
-
Packages that use ExecutionContextException Package Description org.xwiki.context -
-
Uses of ExecutionContextException in org.xwiki.context
Methods in org.xwiki.context that throw ExecutionContextException Modifier and Type Method Description ExecutionContext
ExecutionContextManager. clone(ExecutionContext context)
Perform deep cloning of Execution Context properties.void
ExecutionContextInitializer. initialize(ExecutionContext context)
The method that will be called when a context is created.void
ExecutionContextManager. initialize(ExecutionContext context)
Set the passed Execution Context inExecution
and initialize it by executing allExecutionContextInitializer
registered components.default void
ExecutionContextManager. pushContext(ExecutionContext context, boolean inherit)
-