public interface Page extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Clean 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()
Initialize this page.
|
boolean |
isHtmlPage()
Returns true if this page is an HtmlPage.
|
void initialize() throws IOException
IOException
- if an IO problem occursvoid cleanUp()
WebResponse getWebResponse()
WebWindow getEnclosingWindow()
URL getUrl()
boolean isHtmlPage()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.