|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.script.internal.DefaultScriptContextManager
@Component @Singleton public class DefaultScriptContextManager
Default implementation of ScriptContextManager.
| Constructor Summary | |
|---|---|
DefaultScriptContextManager()
|
|
| Method Summary | |
|---|---|
javax.script.ScriptContext |
getScriptContext()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultScriptContextManager()
| Method Detail |
|---|
public javax.script.ScriptContext getScriptContext()
getScriptContext in interface ScriptContextManagerScriptContext. 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.ScriptContextManager.getScriptContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||