public interface SoySauce
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SoySauce.Continuation<T>
A render continuation that has a final result.
|
static interface |
SoySauce.Renderer
A Renderer can configure rendering parameters and render the template.
|
static interface |
SoySauce.WriteContinuation
A write continuation is the result of rendering to an output stream.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<String> |
getTransitiveIjParamsForTemplate(String templateInfo)
Returns the transitive set of
$ij params needed to render this template. |
SoySauce.Renderer |
renderTemplate(String template)
Returns a new
SoySauce.Renderer for configuring and rendering the given template. |
SoySauce.Renderer renderTemplate(String template)
SoySauce.Renderer for configuring and rendering the given template.