public static final class SanitizedType.CssType extends SanitizedType
SanitizedType.AttributesType, SanitizedType.CssType, SanitizedType.HtmlType, SanitizedType.JsType, SanitizedType.TrustedResourceUriType, SanitizedType.UriTypeSoyType.Kind| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
SanitizedContent.ContentKind |
getContentKind()
Returns the content kind for this type.
|
static SanitizedType.CssType |
getInstance()
Return the single instance of this type.
|
SoyType.Kind |
getKind()
Returns what kind of type this is.
|
int |
hashCode() |
boolean |
isAssignableFrom(SoyType srcType)
Returns true if a parameter or field of this type can be assigned from
a value of
srcType. |
getTypeForContentKind, isInstance, javaType, toStringpublic SoyType.Kind getKind()
SoyTypepublic SanitizedContent.ContentKind getContentKind()
SanitizedTypegetContentKind in class SanitizedTypepublic static SanitizedType.CssType getInstance()
public boolean isAssignableFrom(SoyType srcType)
SoyTypesrcType.isAssignableFrom in interface SoyTypesrcType - The type of the incoming value.