| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateDelegateNode.DelTemplateKey |
TemplateDelegateNode.getDelTemplateKey()
Returns the delegate template key (name and variant).
|
| Modifier and Type | Method and Description |
|---|---|
Set<TemplateDelegateNode.DelTemplateKey> |
TemplateRegistry.getDelTemplateKeysForAllVariants(String delTemplateName)
Retrieves the set of key (name and variant) strings for all variants of a given delegate
template name.
|
Map<String,Set<TemplateDelegateNode.DelTemplateKey>> |
TemplateRegistry.getDelTemplateNameToKeysMap()
Returns a map from delegate template name to set of keys.
|
Map<TemplateDelegateNode.DelTemplateKey,List<TemplateRegistry.DelegateTemplateDivision>> |
TemplateRegistry.getDelTemplatesMap()
Returns a map from delegate template key (name and variant) to list of
DelegateTemplateDivisions, where each list is sorted in descending priority order. |
| Modifier and Type | Method and Description |
|---|---|
TemplateDelegateNode |
TemplateRegistry.selectDelTemplate(TemplateDelegateNode.DelTemplateKey delTemplateKey,
Set<String> activeDelPackageNames)
Selects a delegate template based on the rendering rules, given the delegate template key (name
and variant) and the set of active delegate package names.
|