| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.jbcsrc.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
AdvisingStringBuilder
An
AdvisingAppendable that delegates to a StringBuilder. |
| Modifier and Type | Method and Description |
|---|---|
AdvisingAppendable |
AdvisingAppendable.append(char c) |
AdvisingAppendable |
AdvisingAppendable.append(CharSequence csq) |
AdvisingAppendable |
AdvisingAppendable.append(CharSequence csq,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
RenderResult |
CompiledTemplate.render(AdvisingAppendable appendable,
RenderContext context)
Renders the template.
|
| Modifier and Type | Method and Description |
|---|---|
static AdvisingAppendable |
Runtime.logger() |