SoySauce.Continuation<T>, SoySauce.Renderer, SoySauce.WriteContinuation| Constructor and Description |
|---|
SoySauceImpl(CompiledTemplates templates,
GuiceSimpleScope apiCallScope,
com.google.common.collect.ImmutableMap<String,? extends SoyFunction> functions,
com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSortedSet<String> |
getTransitiveIjParamsForTemplate(String templateName)
Returns the transitive set of
$ij params needed to render this template. |
com.google.template.soy.jbcsrc.api.SoySauceImpl.RendererImpl |
renderTemplate(String template)
Returns a new
SoySauce.Renderer for configuring and rendering the given template. |
public SoySauceImpl(CompiledTemplates templates, GuiceSimpleScope apiCallScope, com.google.common.collect.ImmutableMap<String,? extends SoyFunction> functions, com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives)
public com.google.common.collect.ImmutableSortedSet<String> getTransitiveIjParamsForTemplate(String templateName)
SoySauce$ij params needed to render this template.getTransitiveIjParamsForTemplate in interface SoySaucepublic com.google.template.soy.jbcsrc.api.SoySauceImpl.RendererImpl renderTemplate(String template)
SoySauceSoySauce.Renderer for configuring and rendering the given template.renderTemplate in interface SoySauce