org.xwiki.script
Interface ScriptContextManager
@Role
public interface ScriptContextManager
Helpers for ScriptContext management. Like context initialization, etc.
- Version:
- $Id: c7e927429a66bfa4c31e99257dfb838f697eb350 $
getScriptContext
ScriptContext getScriptContext()
- Returns:
- a clean and initialized
ScriptContext. Clean means that all
ScriptContextInitializer will have been executed on the returned Script Context
which will thus contain re-initialized values for the values which are set in
ScriptContextInitializer. The values that are set before calling this method
and for which there are no ScriptContextInitializer will not be modified.
Copyright © 2004–2013 XWiki. All rights reserved.