Uses of Class
org.mozilla.javascript.ContextFactory

Packages that use ContextFactory
org.mozilla.javascript   
org.mozilla.javascript.jdk13   
 

Uses of ContextFactory in org.mozilla.javascript
 

Methods in org.mozilla.javascript that return ContextFactory
 ContextFactory ContextFactory.GlobalSetter.getContextFactoryGlobal()
           
 ContextFactory Context.getFactory()
          Return ContextFactory instance used to create this Context.
static ContextFactory ContextFactory.getGlobal()
          Get global ContextFactory.
 

Methods in org.mozilla.javascript with parameters of type ContextFactory
static Object Context.call(ContextFactory factory, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)
          Call Callable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) using the Context instance associated with the current thread.
static Object JavaAdapter.callMethod(ContextFactory factory, Scriptable thisObj, Function f, Object[] args, long argsToWrap)
          Utility method which dynamically binds a Context to the current thread, if none already exists.
protected  Object VMBridge.getInterfaceProxyHelper(ContextFactory cf, Class<?>[] interfaces)
          Create helper object to create later proxies implementing the specified interfaces later.
static void ContextFactory.initGlobal(ContextFactory factory)
          Set global ContextFactory.
 Object InterfaceAdapter.invoke(ContextFactory cf, Object target, Scriptable topScope, Object thisObject, Method method, Object[] args)
           
protected  Object VMBridge.newInterfaceProxy(Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, Object target, Scriptable topScope)
          Create proxy object for InterfaceAdapter.
 void ContextFactory.GlobalSetter.setContextFactoryGlobal(ContextFactory factory)
           
 

Constructors in org.mozilla.javascript with parameters of type ContextFactory
Context(ContextFactory factory)
          Creates a new context.
 

Uses of ContextFactory in org.mozilla.javascript.jdk13
 

Methods in org.mozilla.javascript.jdk13 with parameters of type ContextFactory
protected  Object VMBridge_jdk13.getInterfaceProxyHelper(ContextFactory cf, Class<?>[] interfaces)
           
protected  Object VMBridge_jdk13.newInterfaceProxy(Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, Object target, Scriptable topScope)
           
 



Copyright © 2013. All Rights Reserved.