| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.runtime | |
| com.google.template.soy.jbcsrc.shared |
| Modifier and Type | Method and Description |
|---|---|
static CompiledTemplate |
JbcSrcRuntime.applyEscapers(CompiledTemplate delegate,
com.google.common.collect.ImmutableList<SoyJavaPrintDirective> directives)
Wraps a given template with a collection of escapers to apply.
|
| Modifier and Type | Method and Description |
|---|---|
static CompiledTemplate |
JbcSrcRuntime.applyEscapers(CompiledTemplate delegate,
com.google.common.collect.ImmutableList<SoyJavaPrintDirective> directives)
Wraps a given template with a collection of escapers to apply.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledTemplate |
CompiledTemplate.Factory.create(SoyRecord params,
SoyRecord ij)
Returns a new
CompiledTemplate with the given params. |
CompiledTemplate |
RenderContext.getDelTemplate(String calleeName,
String variant,
boolean allowEmpty,
SoyRecord params,
SoyRecord ij) |