@ParametersAreNonnullByDefault
print commands.See: Description
| Class | Description |
|---|---|
| Context |
Encapsulates the context in which a Soy node appears.
|
| ContextualAutoescaper |
Inserts directives into print commands by looking at the context in which a print appears, and
derives templates and rewrites calls so that each template is entered only in contexts consistent
with its escaping conventions.
|
| DerivedTemplateUtils |
Utilities for dealing with the names of derived templates.
|
| Enum | Description |
|---|---|
| Context.AttributeEndDelimiter |
Describes the content that will end the current HTML attribute.
|
| Context.AttributeType |
Describes the content of an HTML attribute.
|
| Context.ElementType |
A type of HTML element.
|
| Context.JsFollowingSlash |
Describes what a slash (
/) means when parsing JavaScript source code. |
| Context.UriPart |
Describes the part of a URI reference that the context point is in.
|
| Context.UriType |
Describes the type or context of a URI that is currently being or about to be parsed.
|
print commands.
The main entry point for this package is ContextualAutoescaper.