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.
|
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()
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.