public interface Page
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Clean up this page.
|
WebWindow |
getEnclosingWindow()
Return the window that this page is sitting inside.
|
WebResponse |
getWebResponse()
Return 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 occurs.void cleanUp()
throws IOException
IOException - If an IO problem occurs.WebResponse getWebResponse()
WebWindow getEnclosingWindow()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.