| 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 |
WebWindow.getJobManager()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the job manager for this window. |
JavaScriptJobManager |
WebWindowImpl.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 | Class and Description |
|---|---|
class |
JavaScriptJobManagerImpl
Default implementation of
JavaScriptJobManager. |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptJobManager |
JavaScriptExecutor.getJobManagerWithEarliestJob()
Returns the JobExecutor corresponding to the earliest job.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.