public class JavaScriptPage extends Object implements Page
| Constructor and Description |
|---|
JavaScriptPage(WebResponse webResponse,
WebWindow enclosingWindow)
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Clean up this page.
|
String |
getContent()
Return the content of the 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.
|
public JavaScriptPage(WebResponse webResponse, WebWindow enclosingWindow)
webResponse - The response from the serverenclosingWindow - The window that holds the page.public void initialize()
initialize in interface Pagepublic String getContent()
public WebResponse getWebResponse()
getWebResponse in interface Pagepublic WebWindow getEnclosingWindow()
getEnclosingWindow in interface PageCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.