soy.data

Classes

goog.soy.data.SanitizedContent
A string-like object that carries a content-type and a content direction. IMPORTANT! Do not create these directly, nor instantiate the subclasses. Instead, use a trusted, centrally reviewed library as endorsed by your team to generate these objects. Otherwise, you risk accidentally creating SanitizedContent that is attacker-controlled and gets evaluated unescaped in templates.

Public Protected Private

Enumerations

goog.soy.data.SanitizedContentKind :
A type of textual content. This is an enum of type Object so that these values are unforgeable.
Constants:
ATTRIBUTES
No description.
CSS
No description.
HTML
No description.
JS
No description.
JS_STR_CHARS
No description.
TEXT
No description.
URI
No description.
Code »

Package soy

Package Reference