| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Field and Description |
|---|---|
AutoescapeMode |
TemplateNode.SoyFileHeaderInfo.defaultAutoescapeMode |
| Modifier and Type | Method and Description |
|---|---|
protected AutoescapeMode |
TemplateNodeBuilder.getAutoescapeMode() |
AutoescapeMode |
TemplateNode.getAutoescapeMode()
Returns the mode of autoescaping.
|
static AutoescapeMode |
AutoescapeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoescapeMode[] |
AutoescapeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TemplateNodeBuilder.setAutoescapeInfo(AutoescapeMode autoescapeMode,
SanitizedContentKind contentKind,
SourceLocation kindLocation) |
TemplateDelegateNodeBuilder |
TemplateDelegateNodeBuilder.setCmdTextInfo(String delTemplateName,
String delTemplateVariant,
TemplateNode.Priority delPriority,
AutoescapeMode autoescapeMode,
SanitizedContentKind contentKind,
com.google.common.collect.ImmutableList<String> requiredCssNamespaces)
Alternative to
setCmdText() that sets command text info directly as opposed to having
it parsed from the command text string. |
TemplateBasicNodeBuilder |
TemplateBasicNodeBuilder.setCmdTextInfo(String templateName,
String partialTemplateName,
Visibility visibility,
AutoescapeMode autoescapeMode,
SanitizedContentKind contentKind,
com.google.common.collect.ImmutableList<String> requiredCssNamespaces)
Alternative to
setCmdText() that sets command text info directly as opposed to having
it parsed from the command text string. |