|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| JavaScriptErrorListener | A listener for JavaScript exceptions. |
| ScriptableWithFallbackGetter | Provides a clean way to specify a fallback property getter when the "normal way" failed. |
| Class Summary | |
|---|---|
| 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. |
| 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 | Provides an implementation of Proxy Auto-Config (PAC). |
| 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 Summary | |
|---|---|
| TimeoutError | An error that is thrown when a script has been running too long. |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||