| Package | Description |
|---|---|
| org.jaggeryjs.scriptengine.engine |
| Modifier and Type | Method and Description |
|---|---|
List<JavaScriptScript> |
JavaScriptModule.getScripts() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScriptModule.addScript(JavaScriptScript script) |
void |
RhinoEngine.defineScript(JavaScriptScript script)
This method executes the given script in the engine scope.
|
static void |
RhinoEngine.defineScript(org.mozilla.javascript.ScriptableObject scope,
JavaScriptScript script)
This method executes the given script in the specified scope.
|
Copyright © 2015 WSO2 Inc. All rights reserved.