| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.basicdirectives |
Plugin package for basic print directives.
|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.bididirectives |
Plugin package of print directives for bidi (bidirectional text).
|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.internalutils | |
| com.google.template.soy.data.restricted | |
| com.google.template.soy.shared |
Classes shared between multiple backends or between frontend and backend.
|
| com.google.template.soy.shared.internal |
Internal shared class among multiple backends.
|
| Class and Description |
|---|
| PrimitiveData
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data (i.e.
|
| Class and Description |
|---|
| SoyString
A common marker super type for strings.
|
| Class and Description |
|---|
| FloatData
Float data.
|
| IntegerData
Integer data.
|
| NumberData
Abstract superclass for number data (integers and floats).
|
| Class and Description |
|---|
| SoyString
A common marker super type for strings.
|
| Class and Description |
|---|
| CollectionData
Abstract superclass for a node in a Soy data tree that represents a collection of data (i.e.
|
| SoyString
A common marker super type for strings.
|
| StringData
String data.
|
| Class and Description |
|---|
| PrimitiveData
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data (i.e.
|
| Class and Description |
|---|
| BooleanData
Boolean data.
|
| FloatData
Float data.
|
| IntegerData
Integer data.
|
| NullData
Null data.
|
| NumberData
Abstract superclass for number data (integers and floats).
|
| PrimitiveData
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data (i.e.
|
| SoyString
A common marker super type for strings.
|
| StringData
String data.
|
| UndefinedData
Undefined data.
|
| Class and Description |
|---|
| PrimitiveData
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data (i.e.
|
| Class and Description |
|---|
| NumberData
Abstract superclass for number data (integers and floats).
|