| Package | Description |
|---|---|
| com.google.template.soy.base.internal | |
| com.google.template.soy.error | |
| com.google.template.soy.parsepasses.contextautoesc |
A pass that modifies a SoyFile to add escape directives where necessary based on a contextual
examination of template
print commands. |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyInternalSyntaxException
A SoySyntaxException that is meant for internal use in Soy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoyCompilationException
Reports on all Soy compilation errors and allows for programmatic inspection via
SoyCompilationException.getErrors(). |
| Modifier and Type | Class and Description |
|---|---|
class |
SoyAutoescapeException
Indicates failure to propagate contexts through a template or an existing escaping directive on a
'print' tag that is inconsistent with the contexts in which it appears.
|