| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.jbcsrc.runtime | |
| com.google.template.soy.jbcsrc.shared |
| Modifier and Type | Method and Description |
|---|---|
RenderResult |
SoyValueProvider.renderAndResolve(AdvisingAppendable appendable,
boolean isLast)
Renders this value to the given
AdvisingAppendable, possibly partially. |
RenderResult |
SoyAbstractValue.renderAndResolve(AdvisingAppendable appendable,
boolean isLast) |
RenderResult |
SoyAbstractCachingValueProvider.renderAndResolve(AdvisingAppendable appendable,
boolean isLast) |
| 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 |
|---|---|
SoySauce.WriteContinuation |
SoySauce.Renderer.render(AdvisingAppendable out)
Renders the configured template to the appendable returning a continuation.
|
| Modifier and Type | Method and Description |
|---|---|
static AdvisingAppendable |
Runtime.logger() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RenderResult |
DetachableContentProvider.doRender(AdvisingAppendable appendable)
Overridden by generated subclasses to implement lazy detachable resolution.
|
RenderResult |
DetachableSoyValueProvider.renderAndResolve(AdvisingAppendable appendable,
boolean isLast) |
RenderResult |
DetachableContentProvider.renderAndResolve(AdvisingAppendable appendable,
boolean isLast) |
| Modifier and Type | Method and Description |
|---|---|
RenderResult |
CompiledTemplate.render(AdvisingAppendable appendable,
RenderContext context)
Renders the template.
|