| Interface | Description |
|---|---|
| GenIncrementalDomExprsVisitor.GenIncrementalDomExprsVisitorFactory |
Injectable factory for creating an instance of this class.
|
| Class | Description |
|---|---|
| GenIncrementalDomCodeVisitor |
Generates a series of JavaScript control statements and function calls for rendering one or more
templates as HTML.
|
| GenIncrementalDomExprsVisitor |
Overrides the base class to provide the correct helpers classes.
|
| IncrementalDomCodeBuilder |
Used to generate code by printing
JsExprs into an output buffer. |
| IncrementalDomSrcMain |
Main entry point for the Incremental DOM JS Src backend (output target).
|
| IncrementalDomSrcModule |
Guice module for the Incremental DOM JS Source backend.
|