org.apache.batik.script.rhino
Class RhinoInterpreter.Factory

java.lang.Object
  extended by org.mozilla.javascript.ContextFactory
      extended by org.apache.batik.script.rhino.RhinoInterpreter.Factory
Enclosing class:
RhinoInterpreter

protected class RhinoInterpreter.Factory
extends ContextFactory

Factory for Context objects.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mozilla.javascript.ContextFactory
ContextFactory.Listener
 
Constructor Summary
protected RhinoInterpreter.Factory()
           
 
Method Summary
protected  Context makeContext()
          Creates a Context object for use with the interpreter.
 
Methods inherited from class org.mozilla.javascript.ContextFactory
addListener, call, checkNotSealed, createClassLoader, doTopCall, enter, enter, exit, getApplicationClassLoader, getGlobal, hasExplicitGlobal, hasFeature, initApplicationClassLoader, initGlobal, isSealed, observeInstructionCount, onContextCreated, onContextReleased, removeListener, seal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoInterpreter.Factory

protected RhinoInterpreter.Factory()
Method Detail

makeContext

protected Context makeContext()
Creates a Context object for use with the interpreter.

Overrides:
makeContext in class ContextFactory


Copyright © 2008 Apache Software Foundation. All Rights Reserved.