public class AbstractPage extends Object implements Page
Page implementation.| Constructor and Description |
|---|
AbstractPage(WebResponse webResponse,
WebWindow enclosingWindow)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Cleans up this page.
|
WebWindow |
getEnclosingWindow()
Returns the window that this page is sitting inside.
|
URL |
getUrl()
Returns the URL of this page.
|
WebResponse |
getWebResponse()
Returns the web response that was originally used to create this page.
|
void |
initialize()
Initializes this page.
|
boolean |
isHtmlPage()
Returns true if this page is an HtmlPage.
|
public AbstractPage(WebResponse webResponse, WebWindow enclosingWindow)
webResponse - the response from the serverenclosingWindow - the window that holds the pagepublic void initialize()
initialize in interface Pagepublic WebResponse getWebResponse()
getWebResponse in interface Pagepublic WebWindow getEnclosingWindow()
getEnclosingWindow in interface Pagepublic URL getUrl()
public boolean isHtmlPage()
PageisHtmlPage in interface PageCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.