Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.attachment |
Attachment-related classes.
|
org.htmlunit.css |
Classes supporting Cascading Style Sheets.
|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.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.
|
org.htmlunit.html.parser |
Contains the html parser interface.
|
org.htmlunit.html.parser.neko |
Contains the neko html parser.
|
org.htmlunit.html.serializer |
Contains the html serializer implementations.
|
org.htmlunit.httpclient |
All the customizations we did to make HttpClient behave like a real browser.
|
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() . |
org.htmlunit.javascript.configuration |
Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.file |
Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.intl |
Implementations of the Internationalization JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.worker |
Implementations of the Web Workers JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.xml |
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.platform |
Support for platform specific implementations (e.g. for Android).
|
org.htmlunit.svg |
Classes specific to Scalable Vector Graphics.
|
org.htmlunit.util |
Miscellaneous utilities.
|
org.htmlunit.websocket |
WebSocket support.
|
org.htmlunit.webstart |
Miscellaneous utilities.
|
org.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.
|
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.
|
ClipboardHandler
A handler for system clipboard access.
|
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.
|
FrameContentHandler
Interface to customize the handling of frame content.
|
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.
|
PrintHandler
A handler for JavaScript Window.print()
(Printing Spec).
|
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.
|
Screen
Screen . |
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.
|
WebClient.PooledCSS3Parser
This is a poolable CSS3Parser which can be reused automatically when closed.
|
WebClientOptions
Represents options of a
WebClient . |
WebClientOptions.Geolocation |
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.Logger
A simple logging interface abstracting logging APIs.
|
WebRequest
Parameter object for making web requests.
|
WebRequest.HttpHint |
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 |
---|
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 . |
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.
|
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.
|
WebClient
The main starting point in HtmlUnit: this class simulates a web browser.
|
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 |
---|
Page
An abstract page that represents some content returned from a server.
|
Class and Description |
---|
SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
WebResponse
A response from a web server.
|
Class and Description |
---|
SgmlPage
A basic class of Standard Generalized Markup Language (SGML), e.g.
|
WebResponse
A response from a web server.
|
Class and Description |
---|
BrowserVersion
Objects of this class represent one specific version of a given browser.
|
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 |
---|
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.
|
Screen
Screen . |
ScriptException
An exception that will be thrown if an error occurs during the processing of
a script.
|
StorageHolder.Type
Type for Storage.
|
WebRequest
Parameter object for making web requests.
|
WebWindow
An interface that represents one window in a browser.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ScriptResult
This object contains the result of executing a chunk of script code.
|
Class and Description |
---|
BrowserVersion
Objects of this class represent one specific version of a given browser.
|
WebRequest
Parameter object for making web requests.
|
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 |
---|
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 |
---|
ClipboardHandler
A handler for system clipboard access.
|
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 |
---|
WebClient
The main starting point in HtmlUnit: this class simulates a web browser.
|
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–2024 Gargoyle Software Inc.. All rights reserved.