| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
Context.UriPart |
Context.uriPart
Determines how we encode interpolations in URI attributes and CSS
uri(...). |
| Modifier and Type | Method and Description |
|---|---|
static Context.UriPart |
Context.UriPart.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.UriPart[] |
Context.UriPart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.derive(Context.UriPart uriPart)
Returns a context that differs only in the uri part.
|