| 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.AttributeType |
Context.attrType
Describes the attribute whose value the context point is in.
|
| Modifier and Type | Method and Description |
|---|---|
static Context.AttributeType |
Context.AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.AttributeType[] |
Context.AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|