| 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 |
|---|---|
| AdvisingStringBuilder |
An
AdvisingAppendable that delegates to a StringBuilder. |
| RenderResult |
The result of an asynchronous rendering operation.
|
| SoySauceImpl |
Main entry point for rendering Soy templates on the server.
|
| SoySauceImpl.Factory |
| Enum | Description |
|---|---|
| RenderResult.Type |
The result type.
|