| 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 |
| 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 | Method and Description |
|---|---|
static RenderResult |
RenderResult.continueAfter(Future<?> future)
|
static RenderResult |
RenderResult.done()
|
static RenderResult |
RenderResult.limited()
|
RenderResult |
CompiledTemplate.render(AdvisingAppendable appendable,
RenderContext context)
Renders the template.
|