Uses of Interface
net.sourceforge.htmlunit.corejs.javascript.ContextAction

Packages that use ContextAction
net.sourceforge.htmlunit.corejs.javascript   
 

Uses of ContextAction in net.sourceforge.htmlunit.corejs.javascript
 

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