| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.jbcsrc.api |
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingAdvisingAppendable.BufferingAppendable
A
LoggingAdvisingAppendable that renders to a string builder. |
| Modifier and Type | Method and Description |
|---|---|
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.append(char c) |
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.append(CharSequence csq) |
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.append(CharSequence csq,
int start,
int end) |
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.appendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers)
Called whenever a logging function is being rendered.
|
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.enterLoggableElement(LogStatement statement) |
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.exitLoggableElement() |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputAppendable
The outermost logger used in rendering.
|