Uses of Class
org.xwiki.context.ExecutionContext

Uses of ExecutionContext in org.xwiki.context
 

Methods in org.xwiki.context that return ExecutionContext
 ExecutionContext ExecutionContextManager.clone(ExecutionContext context)
          Perform deep cloning of Execution Context properties by calling all implementations of ExecutionContextCloner.
 ExecutionContext Execution.getContext()
           
 

Methods in org.xwiki.context with parameters of type ExecutionContext
 ExecutionContext ExecutionContextManager.clone(ExecutionContext context)
          Perform deep cloning of Execution Context properties by calling all implementations of ExecutionContextCloner.
 void ExecutionContextInitializer.initialize(ExecutionContext context)
           
 void ExecutionContextManager.initialize(ExecutionContext context)
           
 void Execution.pushContext(ExecutionContext context)
           
 void Execution.setContext(ExecutionContext context)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.