Uses of Class
org.webharvest.runtime.scripting.ScriptSource
-
Packages that use ScriptSource Package Description org.webharvest.runtime.scripting org.webharvest.runtime.scripting.jsr -
-
Uses of ScriptSource in org.webharvest.runtime.scripting
Methods in org.webharvest.runtime.scripting with parameters of type ScriptSource Modifier and Type Method Description Object
ScriptEngine. evaluate(DynamicScopeContext context, ScriptSource script)
Executes script provided inScriptSource
.ScriptEngine
ScriptEngineFactory. getEngine(ScriptSource scriptSource)
ReturnsScriptEngine
capable of executing providedScriptSource
. -
Uses of ScriptSource in org.webharvest.runtime.scripting.jsr
Methods in org.webharvest.runtime.scripting.jsr with parameters of type ScriptSource Modifier and Type Method Description Object
JSRScriptEngineAdapter. evaluate(DynamicScopeContext context, ScriptSource script)
Executes script provided inScriptSource
.ScriptEngine
JSRScriptEngineFactory. getEngine(ScriptSource scriptSource)
ReturnsScriptEngine
capable of executing providedScriptSource
.
-