| 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.
|
| EasyDictImpl |
Internal implementation of SoyEasyDict.
|
| EasyListImpl |
Internal implementation of SoyEasyList.
|
| 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.
|