org.xwiki.context
Interface ExecutionContextManager


@ComponentRole
public interface ExecutionContextManager


Method Summary
 ExecutionContext clone(ExecutionContext context)
          Perform deep cloning of Execution Context properties by calling all implementations of ExecutionContextCloner.
 void initialize(ExecutionContext context)
           
 

Method Detail

initialize

void initialize(ExecutionContext context)
                throws ExecutionContextException
Throws:
ExecutionContextException

clone

ExecutionContext clone(ExecutionContext context)
                       throws ExecutionContextException
Perform deep cloning of Execution Context properties by calling all implementations of ExecutionContextCloner.

Returns:
the cloned Execution Context
Throws:
ExecutionContextException


Copyright © 2004-2011 XWiki. All Rights Reserved.