| 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).
|
| com.google.template.soy.tofu.internal |
| Modifier and Type | Method and Description |
|---|---|
SoyTofu |
SoyFileSet.compileToTofu()
Compiles this Soy file set into a Java object (type
SoyTofu) capable of rendering the
compiled templates. |
| Modifier and Type | Method and Description |
|---|---|
SoyTofu |
SoyTofu.forNamespace(String namespace)
Gets a new SoyTofu instance with a different namespace (or no namespace).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTofu
Represents a compiled Soy file set.
|
| Modifier and Type | Method and Description |
|---|---|
SoyTofu |
BaseTofu.forNamespace(String namespace) |