- defineHostObject(ScriptableObject, JavaScriptHostObject) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers a hostobject in the given scope.
- defineHostObject(JavaScriptHostObject) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers a hostobject in the engine scope.
- defineMethod(ScriptableObject, JavaScriptMethod) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers the given method in the specified scope.
- defineMethod(JavaScriptMethod) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers the given method in the engine scope.
- defineModule(JavaScriptModule) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers the given module in the specified scope.
- defineProperty(ScriptableObject, JavaScriptProperty) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers the specified property in the specified scope.
- defineProperty(JavaScriptProperty) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method registers the specified property in the engine scope.
- defineScript(ScriptableObject, JavaScriptScript) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method executes the given script in the specified scope.
- defineScript(JavaScriptScript) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
-
This method executes the given script in the engine scope.