| Package | Description |
|---|---|
| com.google.template.soy.data.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AugmentedParamStore
Implementation of ParamStore that represents a backing store augmented with additional fields
(params).
|
class |
BasicParamStore
Basic implementation of ParamStore.
|
| Modifier and Type | Field and Description |
|---|---|
static ParamStore |
ParamStore.EMPTY_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
abstract ParamStore |
ParamStore.setField(String name,
SoyValueProvider valueProvider)
Sets a field (i.e.
|