Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Method and Description |
---|---|
Page |
WebClient.getPage(String url)
Convenient method to build an URL and load it into the current WebWindow
|
Page |
WebClient.getPage(URL url)
Convenient method to load a URL into the current WebWindow
|
Page |
WebClient.getPage(WebRequestSettings request)
Convenient method to load a web request into the current WebWindow
|
Page |
WebClient.getPage(WebWindow opener,
String target,
WebRequestSettings params)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Page |
WebClient.getPage(WebWindow webWindow,
WebRequestSettings parameters)
Send a request to a server and return a Page that represents the
response from the server.
|
Page |
WebClient.loadWebResponseInto(WebResponse webResponse,
WebWindow webWindow)
Use the specified WebResponse to create a Page object which will then
get inserted into the WebWindow.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlPage.initialize()
Initialize this page.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.