Class RhinoContextFactory
java.lang.Object
org.mozilla.javascript.ContextFactory
io.higson.runtime.invoker.context.RhinoContextFactory
public class RhinoContextFactory
extends org.mozilla.javascript.ContextFactory
- Author:
- przemek hertel
-
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
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
-
RhinoContextFactory
public RhinoContextFactory()
-
-
Method Details
-
makeContext
protected org.mozilla.javascript.Context makeContext()- Overrides:
makeContextin classorg.mozilla.javascript.ContextFactory
-