| Interface | Description |
|---|---|
| AdvisingAppendable |
An
Appendable that can inform the writer that a buffer limit has been reached or
exceeded. |
| SoySauce |
Main entry point for rendering Soy templates on the server.
|
| SoySauce.Continuation<T> |
A render continuation that has a final result.
|
| SoySauce.Renderer |
A Renderer can configure rendering parameters and render the template.
|
| SoySauce.WriteContinuation |
A write continuation is the result of rendering to an output stream.
|
| Class | Description |
|---|---|
| OutputAppendable |
The outermost logger used in rendering.
|
| PrecompiledSoyModule |
A module for accessing a precompiled
SoySauce object. |
| RenderResult |
The result of an asynchronous rendering operation.
|
| SoySauceImpl |
Main entry point for rendering Soy templates on the server.
|
| Enum | Description |
|---|---|
| RenderResult.Type |
The result type.
|
| Annotation Type | Description |
|---|---|
| Deltemplates |
Binding annotation for a set of deltemplates to be used in the precompiled
SoySauce
object. |
| Precompiled |
Binding annotation for a
SoySauce object that is constructed from precompiled soures. |