Uses of Class
org.nanoko.coffee.mill.utils.RhinoLauncher

Packages that use RhinoLauncher
org.nanoko.coffee.mill.utils   
 

Uses of RhinoLauncher in org.nanoko.coffee.mill.utils
 

Methods in org.nanoko.coffee.mill.utils that return RhinoLauncher
 RhinoLauncher RhinoLauncher.addClientSideEnvironment()
          Add a client side environment to the script context (client-side aware).
 RhinoLauncher RhinoLauncher.addJSON()
           
 RhinoLauncher RhinoLauncher.addRequire(String streamroot)
          Add an equivalent to the require method from node in for Rhino.
 RhinoLauncher RhinoLauncher.evaluateChain(InputStream stream, String sourceName)
          Evaluates a script and return RhinoLauncher for a chained script evaluation.
 RhinoLauncher RhinoLauncher.evaluateChain(String script, String sourceName)
          Evaluates a script and return RhinoLauncher for a chained script evaluation.
static RhinoLauncher RhinoLauncher.newChain()
           
static RhinoLauncher RhinoLauncher.newChain(org.mozilla.javascript.ScriptableObject scope)
           
static RhinoLauncher RhinoLauncher.newClientSideAwareChain()
           
 



Copyright © 2012-2013 OW2. All Rights Reserved.