Uses of Interface
org.webharvest.runtime.scripting.ScriptEngine
-
Packages that use ScriptEngine Package Description org.webharvest.runtime.scripting org.webharvest.runtime.scripting.jsr -
-
Uses of ScriptEngine in org.webharvest.runtime.scripting
Methods in org.webharvest.runtime.scripting that return ScriptEngine Modifier and Type Method Description ScriptEngine
ScriptEngineFactory. getEngine(ScriptSource scriptSource)
ReturnsScriptEngine
capable of executing providedScriptSource
. -
Uses of ScriptEngine in org.webharvest.runtime.scripting.jsr
Classes in org.webharvest.runtime.scripting.jsr that implement ScriptEngine Modifier and Type Class Description class
JSRScriptEngineAdapter
Adapter design pattern implementation.Methods in org.webharvest.runtime.scripting.jsr that return ScriptEngine Modifier and Type Method Description ScriptEngine
JSRScriptEngineFactory. getEngine(ScriptSource scriptSource)
ReturnsScriptEngine
capable of executing providedScriptSource
.
-