Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
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().
|
com.gargoylesoftware.htmlunit.util |
Misc utilities
|
Modifier and Type | Method and Description |
---|---|
WebClient |
WebWindowImpl.getWebClient()
Returns the web client that "owns" this window.
|
WebClient |
SgmlPage.getWebClient()
Returns the WebClient that originally loaded this page.
|
WebClient |
WebWindow.getWebClient()
Returns the web client that "owns" this window.
|
Constructor and Description |
---|
DialogWindow(WebClient webClient,
Object arguments)
Creates a new instance.
|
HttpWebConnection(WebClient webClient)
Creates a new HTTP web connection instance.
|
TopLevelWindow(String name,
WebClient webClient)
Creates an instance.
|
UrlFetchWebConnection(WebClient webClient)
Creates a new web connection instance.
|
WebWindowImpl(WebClient webClient)
Creates a window and associates it with the client.
|
Modifier and Type | Method and Description |
---|---|
WebClient |
JavaScriptEngine.getWebClient()
Returns the web client that this engine is associated with.
|
Constructor and Description |
---|
HtmlUnitContextFactory(WebClient webClient)
Creates a new instance of HtmlUnitContextFactory.
|
JavaScriptEngine(WebClient webClient)
Creates an instance for the specified
WebClient . |
Constructor and Description |
---|
GAEJavaScriptExecutor(WebClient webClient)
Creates an EventLoop for the webClient.
|
JavaScriptExecutor(WebClient webClient)
Creates an EventLoop for the webClient.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebClientUtils.attachVisualDebugger(WebClient client)
Attaches a visual (GUI) debugger to the specified client.
|
Constructor and Description |
---|
FalsifyingWebConnection(WebClient webClient)
Constructs an instance and places itself as connection of the WebClient.
|
WebConnectionWrapper(WebClient webClient)
Constructs a WebConnection object wrapping the connection of the WebClient and places itself as
connection of the WebClient.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.