Uses of Interface
org.mozilla.javascript.ContextAction

Packages that use ContextAction
org.mozilla.javascript   
 

Uses of ContextAction in org.mozilla.javascript
 

Methods in org.mozilla.javascript with parameters of type ContextAction
static Object Context.call(ContextAction action)
          Deprecated. use ContextFactory.call(ContextAction) instead as this method relies on usage of a static singleton "global" ContextFactory.
 Object ContextFactory.call(ContextAction action)
          Call run(Context cx) using the Context instance associated with the current thread.
 



Copyright © 2013. All Rights Reserved.