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.
|
void initialize() throws IOException
IOException
- if an IO problem occursvoid cleanUp() throws IOException
IOException
- if an IO problem occursWebResponse getWebResponse()
WebWindow getEnclosingWindow()
URL getUrl()
Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.