| Package | Description |
|---|---|
| com.google.template.soy.basicdirectives |
Plugin package for basic print directives.
|
| com.google.template.soy.bididirectives |
Plugin package of print directives for bidi (bidirectional text).
|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.data.restricted |
| Modifier and Type | Method and Description |
|---|---|
static SoyString |
BasicDirectivesRuntime.changeNewlineToBr(SoyValue value) |
static SoyString |
BasicDirectivesRuntime.insertWordBreaks(SoyValue value,
int maxCharsBetweenWordBreaks) |
| Modifier and Type | Method and Description |
|---|---|
static SoyString |
BidiDirectivesRuntime.bidiUnicodeWrap(BidiGlobalDir dir,
SoyValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SanitizedContent
A chunk of sanitized content of a known kind, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringData
String data.
|