Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.controls | |
com.meterware.httpunit.dom | |
com.meterware.httpunit.javascript | |
com.meterware.httpunit.parsing |
Classes to control HTML parsing.
|
com.meterware.httpunit.scripting |
Modifier and Type | Class and Description |
---|---|
class |
FormControl.Scriptable
implementation of Scriptable input elements
|
class |
HTMLPage.Scriptable
scriptable for HTML Page
|
class |
WebForm.Scriptable |
class |
WebImage.Scriptable |
class |
WebLink.Scriptable |
class |
WebResponse.Scriptable |
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
WebResponse.createDomScriptingHandler()
create a DOMScriptingHandler
|
ScriptingHandler |
WebResponse.createJavascriptScriptingHandler() |
ScriptingHandler[] |
HTMLPage.Scriptable.getForms() |
ScriptingHandler[] |
HTMLPage.Scriptable.getImages() |
ScriptingHandler[] |
HTMLPage.Scriptable.getLinks() |
ScriptingHandler |
WebResponse.getScriptingHandler() |
ScriptingHandler |
HTMLElement.getScriptingHandler()
Returns the delegate which supports scripting this element.
|
ScriptingHandler |
WebRequestSource.getScriptingHandler()
Returns the scriptable delegate.
|
ScriptingHandler |
BlockElement.getScriptingHandler()
Returns the delegate which supports scripting this element.
|
Modifier and Type | Method and Description |
---|---|
void |
WebResponse.setScriptingHandler(ScriptingHandler scriptingHandler) |
Modifier and Type | Class and Description |
---|---|
static class |
SelectionFormControl.Option |
class |
SelectionFormControl.Options |
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
DomBasedScriptingEngineFactory.createHandler(HTMLElement elementBase) |
ScriptingHandler |
DomBasedScriptingEngineFactory.createHandler(WebResponse response) |
ScriptingHandler |
DomWindowProxy.getScriptingHandler() |
Modifier and Type | Class and Description |
---|---|
static class |
JavaScript.Control
Javascript support for any control
|
static class |
JavaScript.Document
Document script handling
|
static class |
JavaScript.Form |
static class |
JavaScript.HTMLElement
HTML Element support for JavaScript
|
static class |
JavaScript.Image |
static class |
JavaScript.Link |
static class |
JavaScript.Location |
static class |
JavaScript.Navigator |
static class |
JavaScript.Option |
static class |
JavaScript.Options |
static class |
JavaScript.Screen |
static class |
JavaScript.Style |
static class |
JavaScript.Window |
class |
ScriptingEngineImpl |
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
JavaScriptEngineFactory.createHandler(HTMLElement elementBase) |
ScriptingHandler |
JavaScriptEngineFactory.createHandler(WebResponse response) |
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
DocumentAdapter.getScriptingHandler()
Returns the Scriptable object associated with the document
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptingEngine |
Modifier and Type | Class and Description |
---|---|
class |
ScriptableDelegate
An interface for objects which will be accessible via scripting.
|
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
ScriptingEngineFactory.createHandler(HTMLElement elementBase) |
ScriptingHandler |
ScriptingEngineFactory.createHandler(WebResponse response) |
Copyright © 2012. All Rights Reserved.