| Package | Description |
|---|---|
| org.ringojs.engine |
The core scripting engine including the module loader.
|
| org.ringojs.jsgi |
A JSGI compliant servlet implementation.
|
| org.ringojs.tools | |
| org.ringojs.wrappers |
A collection of JavaScript wrappers and host objects.
|
| Modifier and Type | Method and Description |
|---|---|
RhinoEngine |
RhinoEngine.createSandbox(RingoConfig config,
Map<String,Object> globals)
Create a sandboxed scripting engine with the same install directory as this and the
given module paths, global properties, class shutter and sealing
|
RhinoEngine |
RingoWorker.getEngine()
Get the worker's engine.
|
RhinoEngine |
RingoGlobal.getEngine() |
static RhinoEngine |
RhinoEngine.getEngine(org.mozilla.javascript.Scriptable scope)
Get the currently active RhinoEngine instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RingoGlobal.init(org.mozilla.javascript.Context cx,
RhinoEngine engine,
boolean sealed) |
abstract Object |
ModuleLoader.load(org.mozilla.javascript.Context cx,
RhinoEngine engine,
Object securityDomain,
String moduleName,
String charset,
Resource resource) |
| Constructor and Description |
|---|
Callback(org.mozilla.javascript.Scriptable function,
RhinoEngine engine,
boolean sync) |
ReloadableScript(Resource source,
RhinoEngine engine)
Construct a Script from the given script resource.
|
Require(RhinoEngine engine,
RingoGlobal scope) |
RingoContextFactory(RhinoEngine engine,
RingoConfig config) |
RingoGlobal(org.mozilla.javascript.Context cx,
RhinoEngine engine,
boolean sealed) |
RingoWorker(RhinoEngine engine)
Create a new ringo worker
|
| Constructor and Description |
|---|
JsgiServlet(RhinoEngine engine) |
JsgiServlet(RhinoEngine engine,
org.mozilla.javascript.Callable callable) |
| Constructor and Description |
|---|
RingoShell(RhinoEngine engine) |
RingoShell(RhinoEngine engine,
File history,
boolean silent) |
| Constructor and Description |
|---|
EventAdapter(RhinoEngine engine) |
Copyright © 2016. All rights reserved.