|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| JavaScriptJobManager | A manager for JavaScriptJobs. |
| Class Summary | |
|---|---|
| GAEJavaScriptExecutor | Google App Engine specific subclass to facilitate execution of JS jobs. |
| JavaScriptExecutionJob | A JavaScript-triggered background job representing the execution of some JavaScript code. |
| JavaScriptExecutor | An event loop to execute all the JavaScript jobs. |
| JavaScriptFunctionJob | A JavaScriptJob created from a Function object. |
| JavaScriptJob | A JavaScript-triggered background job managed by a JavaScriptJobManager. |
| JavaScriptJobManagerImpl | Default implementation of JavaScriptJobManager. |
| JavaScriptStringJob | A JavaScriptExecutionJob created from a string of code. |
Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval(). 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 | |||||||||