Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.util |
Misc utilities
|
Modifier and Type | Method and Description |
---|---|
WebClient |
SgmlPage.getWebClient()
Return the WebClient that originally loaded this page
|
WebClient |
WebWindow.getWebClient()
Return the web client that "owns" this window.
|
WebClient |
WebWindowImpl.getWebClient()
Return the web client that "owns" this window.
|
WebClient |
WebConnection.getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Return the web client. |
WebClient |
WebConnectionImpl.getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Return the web client. |
Constructor and Description |
---|
HttpWebConnection(WebClient webClient)
Create a new HTTP web connection instance.
|
MockWebConnection(WebClient webClient)
Create an instance
|
TopLevelWindow(String name,
WebClient webClient)
Create an instance.
|
WebConnectionImpl(WebClient webClient)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
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()
Return the web client that this engine is associated with.
|
Constructor and Description |
---|
JavaScriptEngine(WebClient webClient)
Create an instance for the specified webclient
|
Modifier and Type | Method and Description |
---|---|
WebClient |
WebConnectionWrapper.getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Return the web 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-2012 Gargoyle Software Inc.. All Rights Reserved.