Example #1
0
 public void initialize(String modulesDir, RhinoSecurityController securityController)
     throws ScriptException {
   this.engine =
       new RhinoEngine(new CacheManager(null), new RhinoContextFactory(securityController));
   this.moduleManager = new ModuleManager(modulesDir);
   exposeDefaultModules(this.engine, this.moduleManager.getModules());
 }