| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.runtime | |
| com.google.template.soy.jbcsrc.shared |
| Modifier and Type | Method and Description |
|---|---|
static CompiledTemplate |
Runtime.applyEscapers(CompiledTemplate delegate,
SanitizedContent.ContentKind kind,
List<SoyJavaPrintDirective> directives)
Wraps a given template with a collection of escapers to apply.
|
static CompiledTemplate |
Runtime.applyEscapersDynamic(CompiledTemplate delegate,
List<SoyJavaPrintDirective> directives)
Wraps a given template with a collection of escapers to apply.
|
| Modifier and Type | Method and Description |
|---|---|
static CompiledTemplate |
Runtime.applyEscapers(CompiledTemplate delegate,
SanitizedContent.ContentKind kind,
List<SoyJavaPrintDirective> directives)
Wraps a given template with a collection of escapers to apply.
|
static CompiledTemplate |
Runtime.applyEscapersDynamic(CompiledTemplate delegate,
List<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) |