Uses of Class
org.mozilla.javascript.ContextFactory
-
Packages that use ContextFactory Package Description org.mozilla.javascript org.mozilla.javascript.jdk18 org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.shell -
-
Uses of ContextFactory in org.mozilla.javascript
Methods in org.mozilla.javascript that return ContextFactory Modifier and Type Method Description ContextFactoryContextFactory.GlobalSetter. getContextFactoryGlobal()ContextFactoryContext. getFactory()ReturnContextFactoryinstance used to create this Context.static ContextFactoryContextFactory. getGlobal()Get global ContextFactory.Methods in org.mozilla.javascript with parameters of type ContextFactory Modifier and Type Method Description static java.lang.ObjectContext. call(ContextFactory factory, Callable callable, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)CallCallable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)using the Context instance associated with the current thread.static java.lang.ObjectJavaAdapter. callMethod(ContextFactory factory, Scriptable thisObj, Function f, java.lang.Object[] args, long argsToWrap)Utility method which dynamically binds a Context to the current thread, if none already exists.protected abstract java.lang.ObjectVMBridge. getInterfaceProxyHelper(ContextFactory cf, java.lang.Class<?>[] interfaces)Create helper object to create later proxies implementing the specified interfaces later.static voidContextFactory. initGlobal(ContextFactory factory)Set global ContextFactory.java.lang.ObjectInterfaceAdapter. invoke(ContextFactory cf, java.lang.Object target, Scriptable topScope, java.lang.Object thisObject, java.lang.reflect.Method method, java.lang.Object[] args)protected abstract java.lang.ObjectVMBridge. newInterfaceProxy(java.lang.Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, java.lang.Object target, Scriptable topScope)Create proxy object forInterfaceAdapter.voidContextFactory.GlobalSetter. setContextFactoryGlobal(ContextFactory factory)Constructors in org.mozilla.javascript with parameters of type ContextFactory Constructor Description Context(ContextFactory factory)Creates a new context. -
Uses of ContextFactory in org.mozilla.javascript.jdk18
Methods in org.mozilla.javascript.jdk18 with parameters of type ContextFactory Modifier and Type Method Description protected java.lang.ObjectVMBridge_jdk18. getInterfaceProxyHelper(ContextFactory cf, java.lang.Class<?>[] interfaces)protected java.lang.ObjectVMBridge_jdk18. newInterfaceProxy(java.lang.Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, java.lang.Object target, Scriptable topScope) -
Uses of ContextFactory in org.mozilla.javascript.tools.debugger
Methods in org.mozilla.javascript.tools.debugger with parameters of type ContextFactory Modifier and Type Method Description voidDim. attachTo(ContextFactory factory)Attaches the debugger to the given ContextFactory.voidMain. attachTo(ContextFactory factory)Attaches the debugger to the givenContextFactory.static MainMain. mainEmbedded(ContextFactory factory, Scriptable scope, java.lang.String title)Entry point for embedded applications.static MainMain. mainEmbedded(ContextFactory factory, ScopeProvider scopeProvider, java.lang.String title)Entry point for embedded applications. -
Uses of ContextFactory in org.mozilla.javascript.tools.shell
Subclasses of ContextFactory in org.mozilla.javascript.tools.shell Modifier and Type Class Description classShellContextFactoryMethods in org.mozilla.javascript.tools.shell with parameters of type ContextFactory Modifier and Type Method Description voidGlobal. init(ContextFactory factory)
-