public interface DomWindowProxy
Modifier and Type | Method and Description |
---|---|
void |
alert(String message) |
void |
close() |
boolean |
confirm(String message) |
ScriptingHandler |
getScriptingHandler() |
URL |
getURL()
Returns the URL associated with the window.
|
DomWindowProxy |
openNewWindow(String name,
String relativeUrl) |
String |
prompt(String prompt,
String defaultResponse) |
boolean |
replaceText(String text,
String contentType)
Replaces the text in the window with the specified text and content type.
|
DomWindowProxy |
submitRequest(HTMLElementImpl sourceElement,
String method,
String location,
String target,
MessageBody requestBody) |
DomWindowProxy openNewWindow(String name, String relativeUrl) throws IOException, SAXException
IOException
SAXException
ScriptingHandler getScriptingHandler()
void close()
void alert(String message)
boolean confirm(String message)
URL getURL()
boolean replaceText(String text, String contentType)
DomWindowProxy submitRequest(HTMLElementImpl sourceElement, String method, String location, String target, MessageBody requestBody) throws IOException, SAXException
IOException
SAXException
Copyright © 2012. All Rights Reserved.