See: Description
| Interface | Description |
|---|---|
| AbstractJavaScriptEngine<SCRIPT> |
An interface for
JavaScriptEngine. |
| JavaScriptErrorListener |
A listener for JavaScript exceptions.
|
| Class | Description |
|---|---|
| DebugFrameAdapter |
An adapter class for debug frame implementations.
|
| DebugFrameImpl |
HtmlUnit's implementation of the
DebugFrame interface,
which logs stack entries as well as exceptions. |
| DebuggerAdapter |
An adapter class for debugger implementations.
|
| DebuggerImpl |
HtmlUnit's implementation of the
Debugger interface,
which registers DebugFrameImpl instances with Rhino for each new execution frame created. |
| DefaultJavaScriptErrorListener |
Default implementation of
JavaScriptErrorListener that does
default logging. |
| FunctionWrapper |
Wrapper for a
Function delegating all calls to the wrapped instance. |
| HtmlUnitContextFactory |
ContextFactory that supports termination of scripts if they exceed a timeout.
|
| HtmlUnitScriptable |
Base class for Rhino host objects in HtmlUnit (not bound to a DOM node).
|
| HtmlUnitScriptableProxy<T extends HtmlUnitScriptable> |
Proxy for a
HtmlUnitScriptable. |
| HtmlUnitWrapFactory |
Called by Rhino to Wrap Object as
Scriptable. |
| JavaScriptEngine |
A wrapper for the Rhino JavaScript engine
that provides browser specific features.
|
| MethodWrapper |
Wraps a Java method to make it available as a JavaScript function
(more flexible than Rhino's
FunctionObject). |
| NamedNodeMap |
A collection of nodes that can be accessed by name.
|
| NativeFunctionToStringFunction |
Replacement (in fact a wrapper) for Rhino's native toString function on Function prototype
allowing to produce the desired formatting.
|
| PostponedAction |
An action triggered by a script execution but that should be executed first when the script is finished.
|
| RecursiveFunctionObject |
A FunctionObject that returns IDs of this object and all its parent classes.
|
| ScriptableWrapper |
Simple wrapper to make "normal" object scriptable according to specific configuration
and allowing use of index properties.
|
| SilentJavaScriptErrorListener |
Silent implementation of
JavaScriptErrorListener that does no logging at all. |
| Error | Description |
|---|---|
| TimeoutError |
An error that is thrown when a script has been running too long.
|
Copyright © 2002–2022 Gargoyle Software Inc.. All rights reserved.