Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.javascript.background |
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout() or setInterval().
|
Modifier and Type | Method and Description |
---|---|
JavaScriptJobManager |
WebWindowImpl.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window. |
JavaScriptJobManager |
WebWindow.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window. |
Modifier and Type | Method and Description |
---|---|
void |
WebWindowImpl.setJobManager(JavaScriptJobManager jobManager)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptJobManager |
BackgroundJavaScriptFactory.createJavaScriptJobManager(WebWindow webWindow)
Creates a new JavaScriptJobManager for the given window.
|
protected JavaScriptJobManager |
DefaultJavaScriptExecutor.getJobManagerWithEarliestJob()
Returns the JobExecutor corresponding to the earliest job.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.