| Class | Description |
|---|---|
| AugmentedParamStore |
Implementation of ParamStore that represents a backing store augmented with additional fields
(params).
|
| BasicParamStore |
Basic implementation of ParamStore.
|
| DictImpl |
Frankenstein class that can represent a Soy legacy object map
legacy_object_map<K,V>, a
Soy map map<K, V>, or a Soy record [field1: type1, ...] at runtime. |
| EasyListImpl | Deprecated |
| ListImpl |
Internal implementation of SoyList backed by a list of SoyValueProviders.
|
| ParamStore |
Internal-use param store for passing data in subtemplate calls.
|
| RenderableThunk |
A renderable thunk.
|
| SoyMapImpl |
A map containing key-to-value mappings referred to as items.
|
| Enum | Description |
|---|---|
| DictImpl.RuntimeType |
Represents the runtime type of this DictImpl.
|