| Class | Description |
|---|---|
| AugmentedParamStore |
Implementation of ParamStore that represents a backing store augmented with additional fields
(params).
|
| BasicParamStore |
Basic implementation of ParamStore.
|
| DictImpl |
Internal implementation of SoyDict in terms of a map.
|
| 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.
|