Uses of Interface
org.htmlunit.corejs.javascript.ContextAction
-
Packages that use ContextAction Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.tools.debugger org.htmlunit.corejs.javascript.tools.shell -
-
Uses of ContextAction in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript with parameters of type ContextAction Modifier and Type Method Description static <T> T
Context. call(ContextAction<T> action)
Deprecated.useContextFactory.call(ContextAction)
instead as this method relies on usage of a static singleton "global" ContextFactory.(package private) static <T> T
Context. call(ContextFactory factory, ContextAction<T> action)
The method implementsContextFactory.call(ContextAction)
logic.<T> T
ContextFactory. call(ContextAction<T> action)
Callrun(Context cx)
using theContext
instance associated with the current thread. -
Uses of ContextAction in org.htmlunit.corejs.javascript.tools.debugger
Classes in org.htmlunit.corejs.javascript.tools.debugger that implement ContextAction Modifier and Type Class Description private static class
Dim.DimIProxy
Proxy class to implement debug interfaces without bloat of class files. -
Uses of ContextAction in org.htmlunit.corejs.javascript.tools.shell
Classes in org.htmlunit.corejs.javascript.tools.shell that implement ContextAction Modifier and Type Class Description private static class
Main.IProxy
Proxy class to avoid proliferation of anonymous classes.(package private) class
Runner
-