| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.api |
| Modifier and Type | Method and Description |
|---|---|
SoySauce.Continuation<T> |
SoySauce.Continuation.continueRender()
Continues rendering if the prior render operation didn't complete.
|
SoySauce.Continuation<String> |
SoySauce.Renderer.render()
Renders the template to a string.
|
SoySauce.Continuation<SanitizedContent> |
SoySauce.Renderer.renderStrict()
Renders the template to a string.
|