| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.jbcsrc.api |
| Modifier and Type | Method and Description |
|---|---|
SoySauce |
SoyFileSet.compileTemplates()
Compiles this Soy file set into a set of java classes implementing the
SoySauce
interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
SoySauceImpl
Main entry point for rendering Soy templates on the server.
|