| Package | Description |
|---|---|
| com.google.template.soy.base.internal | |
| com.google.template.soy.shared |
Classes shared between multiple backends or between frontend and backend.
|
| Modifier and Type | Method and Description |
|---|---|
static TriState |
TriState.from(boolean b) |
static TriState |
TriState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriState[] |
TriState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TriState |
SoyGeneralOptions.allowExternalCalls()
Returns whether to allow external calls (calls to undefined templates).
|
TriState |
SoyGeneralOptions.isStrictAutoescapingRequired()
Returns whether strict autoescaping is required.
|