|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebWindow | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes |
com.gargoylesoftware.htmlunit.html | Classes specific to html pages |
com.gargoylesoftware.htmlunit.xml | Classes specific to xml pages |
Uses of WebWindow in com.gargoylesoftware.htmlunit |
---|
Classes in com.gargoylesoftware.htmlunit that implement WebWindow | |
---|---|
class |
TopLevelWindow
A window representing a top level browser window. |
class |
WebWindowImpl
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Base class for common WebWindow functionality. |
Methods in com.gargoylesoftware.htmlunit that return WebWindow | |
---|---|
WebWindow |
WebClient.getCurrentWindow()
Return the "current" window for this client. |
WebWindow |
SgmlPage.getEnclosingWindow()
Return the window that this page is sitting inside. |
WebWindow |
Page.getEnclosingWindow()
Return the window that this page is sitting inside. |
WebWindow |
JavaScriptPage.getEnclosingWindow()
Return the window that this page is sitting inside. |
WebWindow |
UnexpectedPage.getEnclosingWindow()
Return the window that this page is sitting inside. |
WebWindow |
TextPage.getEnclosingWindow()
Return the window that this page is sitting inside. |
WebWindow |
TopLevelWindow.getOpener()
Return the opener property. |
WebWindow |
WebWindow.getParentWindow()
Return the window that contains this window. |
WebWindow |
TopLevelWindow.getParentWindow()
Return the window that contains this window. Since this is a top level window, return this window. |
WebWindow |
WebWindow.getTopWindow()
Return the top level window that contains this window. |
WebWindow |
TopLevelWindow.getTopWindow()
Return the top level window that contains this window. Since this is a top level window, return this window. |
WebWindow |
WebWindowEvent.getWebWindow()
Return the web window that fired the event. |
WebWindow |
WebClient.getWebWindowByName(String name)
Return the first WebWindow that matches the specified name. |
WebWindow |
WebClient.openWindow(URL url,
String windowName)
Open a new window with the specified name. |
WebWindow |
WebClient.openWindow(URL url,
String windowName,
WebWindow opener)
Open a new window with the specified name. |
WebWindow |
WebClient.popFirstWindow()
Return the "first" window for this client. |
Methods in com.gargoylesoftware.htmlunit with parameters of type WebWindow | |
---|---|
protected HtmlPage |
DefaultPageCreator.createHtmlPage(WebResponse webResponse,
WebWindow webWindow)
Create a HtmlPage for this WebResponse |
protected JavaScriptPage |
DefaultPageCreator.createJavaScriptPage(WebResponse webResponse,
WebWindow webWindow)
Create a JavaScriptPage for this WebResponse |
Page |
PageCreator.createPage(WebResponse webResponse,
WebWindow webWindow)
Create a Page object for the specified web response. |
Page |
DefaultPageCreator.createPage(WebResponse webResponse,
WebWindow webWindow)
Create a Page object for the specified web response. |
protected TextPage |
DefaultPageCreator.createTextPage(WebResponse webResponse,
WebWindow webWindow)
Create a TextPage for this WebResponse |
protected UnexpectedPage |
DefaultPageCreator.createUnexpectedPage(WebResponse webResponse,
WebWindow webWindow)
Create an UnexpectedPage for this WebResponse |
protected XmlPage |
DefaultPageCreator.createXmlPage(WebResponse webResponse,
WebWindow webWindow)
Create an XmlPage for this WebResponse |
void |
WebClient.deregisterWebWindow(WebWindow webWindow)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Remove a web window from the list of available windows. |
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. |
void |
WebClient.initialize(WebWindow webWindow)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Initialize a new web window for JavaScript. |
void |
WebClient.initializeEmptyWindow(WebWindow webWindow)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Initialize a new empty web window for JavaScript. |
Page |
WebClient.loadWebResponseInto(WebResponse webResponse,
WebWindow webWindow)
Use the specified WebResponse to create a Page object which will then get inserted into the WebWindow. |
WebWindow |
WebClient.openWindow(URL url,
String windowName,
WebWindow opener)
Open a new window with the specified name. |
void |
WebClient.registerWebWindow(WebWindow webWindow)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Add a new web window to the list of available windows. |
void |
WebClient.setCurrentWindow(WebWindow window)
Set the current window for this client. |
void |
SgmlPage.setEnclosingWindow(WebWindow window)
Set the window that contains this page. |
void |
TopLevelWindow.setOpener(WebWindow opener)
Set the opener property. |
Constructors in com.gargoylesoftware.htmlunit with parameters of type WebWindow | |
---|---|
JavaScriptPage(WebResponse webResponse,
WebWindow enclosingWindow)
Create an instance |
|
SgmlPage(WebResponse webResponse,
WebWindow webWindow)
Create an instance of SgmlPage |
|
TextPage(WebResponse webResponse,
WebWindow enclosingWindow)
Create an instance |
|
UnexpectedPage(WebResponse webResponse,
WebWindow enclosingWindow)
Create an instance |
|
WebWindowEvent(WebWindow webWindow,
int type,
Page oldPage,
Page newPage)
Create an instance |
Uses of WebWindow in com.gargoylesoftware.htmlunit.html |
---|
Classes in com.gargoylesoftware.htmlunit.html that implement WebWindow | |
---|---|
class |
FrameWindow
The web window for a frame or iframe. |
Methods in com.gargoylesoftware.htmlunit.html that return WebWindow | |
---|---|
WebWindow |
BaseFrame.getEnclosedWindow()
Gets the window enclosed in this frame. |
WebWindow |
FrameWindow.getParentWindow()
Return the window that contains this window. |
WebWindow |
FrameWindow.getTopWindow()
Return the top level window that contains this window. |
Methods in com.gargoylesoftware.htmlunit.html with parameters of type WebWindow | |
---|---|
static HtmlPage |
HTMLParser.parse(WebResponse webResponse,
WebWindow webWindow)
parse the HTML content from the given WebResponse into an object tree representation |
Constructors in com.gargoylesoftware.htmlunit.html with parameters of type WebWindow | |
---|---|
HtmlPage(URL originatingUrl,
WebResponse webResponse,
WebWindow webWindow)
Create an instance of HtmlPage |
Uses of WebWindow in com.gargoylesoftware.htmlunit.xml |
---|
Constructors in com.gargoylesoftware.htmlunit.xml with parameters of type WebWindow | |
---|---|
XmlPage(Node node,
WebWindow enclosingWindow)
Create an instance. |
|
XmlPage(WebResponse webResponse,
WebWindow enclosingWindow)
Create an instance. |
|
XmlPage(WebResponse webResponse,
WebWindow enclosingWindow,
boolean ignoreSAXException)
Create an instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |