| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.incrementaldomsrc |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SoyFileSet.compileToIncrementalDomSrc(SoyIncrementalDomSrcOptions jsSrcOptions)
Compiles this Soy file set into iDOM source code files and returns these JS files as a list of
strings, one per file.
|
| Modifier and Type | Method and Description |
|---|---|
SoyIncrementalDomSrcOptions |
SoyIncrementalDomSrcOptions.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalDomSrcMain.genJsFiles(SoyFileSetNode soyTree,
TemplateRegistry templateRegistry,
SoyIncrementalDomSrcOptions jsSrcOptions,
String outputPathFormat,
ErrorReporter errorReporter)
Generates Incremental DOM JS source files given a Soy parse tree, an options object, an
optional bundle of translated messages, and information on where to put the output files.
|
List<String> |
IncrementalDomSrcMain.genJsSrc(SoyFileSetNode soyTree,
TemplateRegistry registry,
SoyIncrementalDomSrcOptions options,
ErrorReporter errorReporter)
Generates Incremental DOM JS source code given a Soy parse tree, an options object, and an
optional bundle of translated messages.
|