| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.tofu |
Java Object backend (a.k.a. Tofu).
|
| Modifier and Type | Method and Description |
|---|---|
SoyTofu |
SoyFileSet.compileToTofu(SoyTofuOptions tofuOptions)
Compiles this Soy file set into a Java object (type
SoyTofu) capable of rendering the
compiled templates. |
| Modifier and Type | Method and Description |
|---|---|
SoyTofuOptions |
SoyTofuOptions.clone() |