| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc | |
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.jbcsrc.shared |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<CompiledTemplates> |
BytecodeCompiler.compile(TemplateRegistry registry,
boolean developmentMode,
ErrorReporter reporter)
Compiles all the templates in the given registry.
|
| Constructor and Description |
|---|
SoySauceImpl(CompiledTemplates templates,
GuiceSimpleScope apiCallScope,
com.google.common.collect.ImmutableMap<String,? extends SoyFunction> functions,
com.google.common.collect.ImmutableMap<String,? extends SoyPrintDirective> printDirectives) |
| Modifier and Type | Method and Description |
|---|---|
RenderContext.Builder |
RenderContext.Builder.withCompiledTemplates(CompiledTemplates templates) |