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 . |
JavaScriptEngine |
A wrapper for the Rhino JavaScript engine
that provides browser specific features.
|
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.
|
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–2024 Gargoyle Software Inc.. All rights reserved.