Package org.apache.batik.bridge
Class RhinoInterpreter.Factory
java.lang.Object
org.mozilla.javascript.ContextFactory
org.apache.batik.bridge.RhinoInterpreter.Factory
- Enclosing class:
RhinoInterpreter
protected class RhinoInterpreter.Factory
extends org.mozilla.javascript.ContextFactory
Factory for Context objects.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mozilla.javascript.ContextFactory
org.mozilla.javascript.ContextFactory.GlobalSetter, org.mozilla.javascript.ContextFactory.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.mozilla.javascript.Context
Creates a Context object for use with the interpreter.Methods inherited from class org.mozilla.javascript.ContextFactory
addListener, call, checkNotSealed, createClassLoader, doTopCall, enter, enterContext, enterContext, exit, getApplicationClassLoader, getE4xImplementationFactory, getGlobal, getGlobalSetter, hasExplicitGlobal, hasFeature, initApplicationClassLoader, initGlobal, isSealed, observeInstructionCount, onContextCreated, onContextReleased, removeListener, seal
-
Constructor Details
-
Factory
protected Factory()
-
-
Method Details
-
makeContext
protected org.mozilla.javascript.Context makeContext()Creates a Context object for use with the interpreter.- Overrides:
makeContext
in classorg.mozilla.javascript.ContextFactory
-