| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internal | |
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.jbcsrc.runtime |
| Modifier and Type | Method and Description |
|---|---|
RenderResult |
SoyAbstractValue.render(AdvisingAppendable appendable,
boolean isLast) |
RenderResult |
SoyValue.render(AdvisingAppendable appendable,
boolean isLast)
Renders this value to the given
AdvisingAppendable, possibly partially. |
| Modifier and Type | Method and Description |
|---|---|
protected RenderResult |
RenderableThunk.doRender(AdvisingAppendable appendable)
Renders this thunk to the given
AdvisingAppendable potentially detaching part of the
way through. |
RenderResult |
RenderableThunk.render(AdvisingAppendable appendable,
boolean isLast)
Renders the thunk directly to the
AdvisingAppendable potentially detaching partway
through the render operation. |
| 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() |