| Interface | Description |
|---|---|
| CompiledTemplate |
A compiled Soy template.
|
| CompiledTemplate.Factory |
A factory interface for constructing a
CompiledTemplate. |
| Class | Description |
|---|---|
| CompiledTemplates |
The result of template compilation.
|
| Names |
Utilities for translating soy symbols to and from strings that are suitable for use in java class
files.
|
| RenderContext |
A collection of contextual rendering data.
|
| RenderContext.Builder |
A builder for configuring the context.
|
| Annotation Type | Description |
|---|---|
| TemplateMetadata |
An annotation added to compiled templates for preserving certain bits of template metadata.
|
| TemplateMetadata.DelTemplateMetadata |