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> TContext. 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> TContext. call(ContextFactory factory, ContextAction<T> action)The method implementsContextFactory.call(ContextAction)logic.<T> TContextFactory. call(ContextAction<T> action)Callrun(Context cx)using theContextinstance 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 classDim.DimIProxyProxy 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 classMain.IProxyProxy class to avoid proliferation of anonymous classes.(package private) classRunner
-