See: Description
Interface | Description |
---|---|
JavaScriptErrorListener |
A listener for JavaScript exceptions.
|
ScriptableWithFallbackGetter |
Provides a clean way to specify a fallback property getter when the "normal way" failed.
|
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. |
FunctionWrapper |
Wrapper for a
Function delegating all calls to the wrapped instance. |
HtmlUnitContextFactory |
ContextFactory that supports termination of scripts if they exceed a timeout.
|
HtmlUnitWrapFactory |
Called by Rhino to Wrap Object as
Scriptable . |
IEConditionalCompilationScriptPreProcessor |
A basic implementation for IE Conditional Compilation.
|
IEWeirdSyntaxScriptPreProcessor |
A script preprocessor removing weird syntax supported by IE like semicolons before
catch or
before finally in a try-catch-finally block. |
JavaScriptEngine |
A wrapper for the Rhino JavaScript engine
that provides browser specific features.
Like all classes in this package, this class is not intended for direct use and may change without notice. |
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.
|
PostponedAction |
An action triggered by a script execution but that should be executed first when the script is finished.
|
ProxyAutoConfig | Deprecated
as of 2.16, use
ProxyAutoConfig |
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.
|
SimpleScriptable |
Base class for Rhino host objects in HtmlUnit.
|
SimpleScriptableProxy<T extends SimpleScriptable> |
Proxy for a
SimpleScriptable . |
StrictErrorHandler |
An error handler that throws an exception for all problems no matter how minor.
|
StrictErrorReporter |
A JavaScript error reporter that will log all warnings and errors, no matter how trivial.
|
Error | Description |
---|---|
TimeoutError |
An error that is thrown when a script has been running too long.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.