| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
| com.gargoylesoftware.htmlunit.activex.javascript.msxml |
Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.attachment |
Attachment-related classes.
|
| com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
| com.gargoylesoftware.htmlunit.html.applets |
This package contains classes needed for handling Applets internally.
|
| com.gargoylesoftware.htmlunit.html.impl |
Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
|
| com.gargoylesoftware.htmlunit.httpclient |
All the customizations we did to make HttpClient behave like a real browser.
|
| 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.javascript.configuration |
Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.intl |
Implementations of the Internationalization JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.xml |
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.regexp |
This package contains improvement to Rhino native RegExp based on JDK 1.4 regular expression support.
|
| com.gargoylesoftware.htmlunit.svg |
Classes specific to Scalable Vector Graphics.
|
| com.gargoylesoftware.htmlunit.util |
Miscellaneous utilities.
|
| com.gargoylesoftware.htmlunit.webstart |
Miscellaneous utilities.
|
| com.gargoylesoftware.htmlunit.xml |
Classes specific to XML pages.
|
| Class and Description |
|---|
| AbstractPage
A basic
Page implementation. |
| AjaxController
This class is notified when AJAX calls are made, and has the ability to influence these calls.
|
| AlertHandler
A handler for JavaScript alerts.
|
| AppletConfirmHandler
A handler for Applets.
|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| BrowserVersion.BrowserVersionBuilder
Because BrowserVersion is immutable we need a builder
for this complex object setup.
|
| BrowserVersionFeatures
Constants of various features of each
BrowserVersion. |
| Cache
Simple cache implementation which caches compiled JavaScript files and parsed CSS snippets.
|
| ConfirmHandler
A handler for the JavaScript function window.confirm().
|
| CookieManager
Manages cookies for a
WebClient. |
| DefaultPageCreator.PageType
The different supported page types.
|
| DialogWindow
A window opened in JavaScript via either window.showModalDialog or window.showModelessDialog.
|
| DownloadedContent
Wrapper for content downloaded from a remote server.
|
| FailingHttpStatusCodeException
An exception that is thrown when the server returns a failing status code.
|
| FormEncodingType
A collection of constants that represent the various ways a form can be encoded when submitted.
|
| History
Representation of the navigation history of a single window.
|
| HttpMethod
Represents the various ways a page can be submitted.
|
| ImmediateRefreshHandler
This refresh handler immediately refreshes the specified page,
using the specified URL and ignoring the wait time.
|
| IncorrectnessListener
Interface to receive notification of incorrect information in HTML code
(but not the parser messages), headers, ...
|
| MockWebConnection.RawResponseData
Contains the raw data configured for a response.
|
| OnbeforeunloadHandler
A handler for onbeforeunload events.
|
| Page
An abstract page that represents some content returned from a server.
|
| PageCreator
Something that knows how to create a page object.
|
| PluginConfiguration
Contains information about a plugin as available in JavaScript via document.navigator.plugins,
as well as the associated mime types.
|
| PluginConfiguration.MimeType
Holds information about a single mime type associated with a plugin.
|
| PromptHandler
A handler for JavaScript window.prompt().
|
| ProxyConfig
Class which centralizes proxy configuration, in an effort to reduce clutter in the
WebClient
class. |
| RefreshHandler
A handler for page refreshes.
|
| ScriptPreProcessor
A script pre processor call back.
|
| ScriptResult
This object contains the result of executing a chunk of script code.
|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| StatusHandler
A handler for changes to window.status.
|
| StorageHolder
Holder for different types of storages.
|
| StorageHolder.Type
Type for Storage.
|
| TextPage
A generic page that will be returned for any text related content.
|
| TopLevelWindow
A window representing a top level browser window.
|
| UnexpectedPage
A generic page that is returned whenever an unexpected content type is returned by the server.
|
| WebClient
The main starting point in HtmlUnit: this class simulates a web browser.
|
| WebClientInternals
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
| WebClientInternals.Listener
A listener for internal events.
|
| WebClientOptions
Represents options of a
WebClient. |
| WebConnection
An object which handles the actual communication portion of page retrieval/submission.
|
| WebConsole
This class can be used to print messages to the logger.
|
| WebConsole.Formatter
This interface can be implemented by clients that want to customize
the way parameters and objects are logged.
|
| WebConsole.Logger
A simple logging interface abstracting logging APIs.
|
| WebRequest
Parameter object for making web requests.
|
| WebResponse
A response from a web server.
|
| WebResponseData
Simple data object to simplify WebResponse creation.
|
| WebWindow
An interface that represents one window in a browser.
|
| WebWindowEvent
An event that will be fired when a WebWindow changes.
|
| WebWindowImpl
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
| WebWindowListener
A listener for WebWindowEvent's.
|
| WebWindowNotFoundException
Exception to indicate that no
WebWindow could be found that matched
a given name. |
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| WebWindow
An interface that represents one window in a browser.
|
| Class and Description |
|---|
| Page
An abstract page that represents some content returned from a server.
|
| WebResponse
A response from a web server.
|
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| BrowserVersionFeatures
Constants of various features of each
BrowserVersion. |
| ElementNotFoundException
An exception that is thrown when a specified XML element cannot be found in the DOM model.
|
| FailingHttpStatusCodeException
An exception that is thrown when the server returns a failing status code.
|
| Page
An abstract page that represents some content returned from a server.
|
| ScriptResult
This object contains the result of executing a chunk of script code.
|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| WebRequest
Parameter object for making web requests.
|
| WebResponse
A response from a web server.
|
| WebWindow
An interface that represents one window in a browser.
|
| WebWindowImpl
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
| Class and Description |
|---|
| WebResponse
A response from a web server.
|
| Class and Description |
|---|
| Page
An abstract page that represents some content returned from a server.
|
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| CookieManager
Manages cookies for a
WebClient. |
| WebClientOptions
Represents options of a
WebClient. |
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| Page
An abstract page that represents some content returned from a server.
|
| ScriptException
An exception that will be thrown if an error occurs during the processing of
a script.
|
| WebClient
The main starting point in HtmlUnit: this class simulates a web browser.
|
| WebWindow
An interface that represents one window in a browser.
|
| Class and Description |
|---|
| Page
An abstract page that represents some content returned from a server.
|
| WebClient
The main starting point in HtmlUnit: this class simulates a web browser.
|
| WebWindow
An interface that represents one window in a browser.
|
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| Class and Description |
|---|
| Page
An abstract page that represents some content returned from a server.
|
| ScriptException
An exception that will be thrown if an error occurs during the processing of
a script.
|
| StorageHolder.Type
Type for Storage.
|
| WebWindow
An interface that represents one window in a browser.
|
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| Class and Description |
|---|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| Class and Description |
|---|
| ScriptResult
This object contains the result of executing a chunk of script code.
|
| Class and Description |
|---|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| WebWindow
An interface that represents one window in a browser.
|
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| Class and Description |
|---|
| WebRequest
Parameter object for making web requests.
|
| WebWindow
An interface that represents one window in a browser.
|
| Class and Description |
|---|
| BrowserVersion
Objects of this class represent one specific version of a given browser.
|
| Class and Description |
|---|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| Class and Description |
|---|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| WebClient
The main starting point in HtmlUnit: this class simulates a web browser.
|
| WebConnection
An object which handles the actual communication portion of page retrieval/submission.
|
| WebRequest
Parameter object for making web requests.
|
| WebResponse
A response from a web server.
|
| Class and Description |
|---|
| WebResponse
A response from a web server.
|
| Class and Description |
|---|
| Page
An abstract page that represents some content returned from a server.
|
| SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
| WebResponse
A response from a web server.
|
| WebWindow
An interface that represents one window in a browser.
|
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.