| Modifier and Type | Method and Description |
|---|---|
protected EscapingConventions.EscapingLanguage |
GenerateSoyUtilsEscapingDirectiveCode.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
protected EscapingConventions.EscapingLanguage |
GeneratePySanitizeEscapingDirectiveCode.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EscapingConventions.EscapingLanguage |
AbstractGenerateSoyEscapingDirectiveCode.getLanguage()
Get the language being generated here.
|
| Modifier and Type | Method and Description |
|---|---|
static EscapingConventions.EscapingLanguage |
EscapingConventions.EscapingLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscapingConventions.EscapingLanguage[] |
EscapingConventions.EscapingLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
EscapingConventions.CrossLanguageStringXform.getLangFunctionNames(EscapingConventions.EscapingLanguage language)
The names of existing language builtins or available library functions (such as Google
Closure) that implement the escaping convention.
|
List<String> |
EscapingConventions.EscapeHtml.getLangFunctionNames(EscapingConventions.EscapingLanguage language) |
List<String> |
EscapingConventions.EscapeUri.getLangFunctionNames(EscapingConventions.EscapingLanguage language) |