| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.logging | |
| com.google.template.soy.shared.internal |
Internal shared class among multiple backends.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggingFunctionInvocation |
LoggingFunctionInvocation.create(String functionName,
String placeholderValue,
List<SoyValue> args) |
| Modifier and Type | Method and Description |
|---|---|
LoggingAdvisingAppendable |
ForwardingLoggingAdvisingAppendable.appendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers) |
abstract LoggingAdvisingAppendable |
LoggingAdvisingAppendable.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.appendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers)
Called whenever a logging function is being rendered.
|
protected void |
LoggingAdvisingAppendable.BufferingAppendable.doAppendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers) |
protected abstract void |
AbstractLoggingAdvisingAppendable.doAppendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OutputAppendable.doAppendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers) |
| Modifier and Type | Method and Description |
|---|---|
String |
SoyLogger.evalLoggingFunction(LoggingFunctionInvocation value) |
| Modifier and Type | Method and Description |
|---|---|
LoggingAdvisingAppendable |
StreamingEscaper.appendLoggingFunctionInvocation(LoggingFunctionInvocation funCall,
com.google.common.collect.ImmutableList<com.google.common.base.Function<String,String>> escapers) |