| Package | Description |
|---|---|
| com.google.template.soy.types.primitive |
| Modifier and Type | Class and Description |
|---|---|
static class |
SanitizedType.AttributesType
Type produced by templates whose kind is "attributes".
|
static class |
SanitizedType.CssType
Type produced by templates whose kind is "css".
|
static class |
SanitizedType.HtmlType
Type produced by templates whose kind is "html".
|
static class |
SanitizedType.JsType
Type produced by templates whose kind is "js".
|
static class |
SanitizedType.UriType
Type produced by templates whose kind is "uri".
|
| Modifier and Type | Method and Description |
|---|---|
static SanitizedType |
SanitizedType.getTypeForContentKind(SanitizedContent.ContentKind contentKind)
Given a content kind, return the corresponding soy type.
|