|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaScriptExecutor | |
|---|---|
| com.gargoylesoftware.htmlunit.javascript | Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.background | Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval(). |
| Uses of JavaScriptExecutor in com.gargoylesoftware.htmlunit.javascript |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript that return JavaScriptExecutor | |
|---|---|
JavaScriptExecutor |
JavaScriptEngine.getJavaScriptExecutor()
Returns the JavaScriptExecutor. |
| Uses of JavaScriptExecutor in com.gargoylesoftware.htmlunit.javascript.background |
|---|
| Classes in com.gargoylesoftware.htmlunit.javascript.background that implement JavaScriptExecutor | |
|---|---|
class |
DefaultJavaScriptExecutor
An event loop to execute all the JavaScript jobs. |
class |
GAEJavaScriptExecutor
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Google App Engine specific subclass to facilitate execution of JS jobs. |
| Methods in com.gargoylesoftware.htmlunit.javascript.background that return JavaScriptExecutor | |
|---|---|
JavaScriptExecutor |
BackgroundJavaScriptFactory.createJavaScriptExecutor(WebClient webClient)
Creates the JavaScriptExecutor that will be used to handle JS. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||