Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.background |
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout() or setInterval() . |
Class and Description |
---|
JavaScriptJobManager
A manager for
JavaScriptJob s. |
Class and Description |
---|
JavaScriptExecutor
An event loop to execute all the JavaScript jobs.
|
Class and Description |
---|
BackgroundJavaScriptFactory
A factory for all the things we have to construct from outside the
JavaScript engine.
|
JavaScriptExecutor
An event loop to execute all the JavaScript jobs.
|
JavaScriptJob
A JavaScript-triggered background job managed by a
JavaScriptJobManager . |
JavaScriptJobManager
A manager for
JavaScriptJob s. |
JavaScriptJobManager.JavaScriptJobFilter
Simple filter interface.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.