Uses of Package
com.gargoylesoftware.htmlunit

Packages that use com.gargoylesoftware.htmlunit
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
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.util Misc utilities 
com.gargoylesoftware.htmlunit.xml Classes specific to xml pages 
 

Classes in com.gargoylesoftware.htmlunit used by com.gargoylesoftware.htmlunit
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.
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.
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.
IncorrectnessListener
          Interface to receive notification of incorrect information in HTML code (but not the parser messages), headers, ...
JavaScriptPage
          A generic page that will be returned for JavaScript content.
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 (for Firefox browser simulation).
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 to be implemented by HtmlPage and XmlPage.
StatusHandler
          A handler for changes to window.status.
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.
WebConnection
          An object which handles the actual communication portion of page retrieval/submission.
WebRequest
          Parameter object for making web requests.
WebRequestSettings
          Deprecated. as of 2.8, please use WebRequest instead.
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.
Base class for common WebWindow functionality.
WebWindowListener
          A listener for WebWindowEvent's.
WebWindowNotFoundException
          Exception to indicate that no WebWindow could be found that matched a given name.
 

Classes in com.gargoylesoftware.htmlunit used by com.gargoylesoftware.htmlunit.attachment
Page
          An abstract page that represents some content returned from a server.
WebResponse
          A response from a web server.
 

Classes in com.gargoylesoftware.htmlunit used by com.gargoylesoftware.htmlunit.html
BrowserVersion
          Objects of this class represent one specific version of a given browser.
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 to be implemented by HtmlPage and XmlPage.
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.
Base class for common WebWindow functionality.
 

Classes in com.gargoylesoftware.htmlunit used by com.gargoylesoftware.htmlunit.util
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.
 

Classes in com.gargoylesoftware.htmlunit used by com.gargoylesoftware.htmlunit.xml
Page
          An abstract page that represents some content returned from a server.
SgmlPage
          A basic class to be implemented by HtmlPage and XmlPage.
WebResponse
          A response from a web server.
WebWindow
          An interface that represents one window in a browser.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.