| Package | Description |
|---|---|
| org.jaggeryjs.scriptengine.engine |
| Modifier and Type | Method and Description |
|---|---|
List<JavaScriptMethod> |
JavaScriptModule.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScriptModule.addMethod(JavaScriptMethod method) |
void |
RhinoEngine.defineMethod(JavaScriptMethod method)
This method registers the given method in the engine scope.
|
static void |
RhinoEngine.defineMethod(org.mozilla.javascript.ScriptableObject scope,
JavaScriptMethod method)
This method registers the given method in the specified scope.
|
Copyright © 2015 WSO2 Inc. All rights reserved.