| Interface | Description |
|---|---|
| SanitizedContentOperator |
An operator that takes sanitized content of a particular kind and produces sanitized content of
the same kind.
|
| SoyCustomValueConverter |
Important: Until this API is more stable and this note is removed, users must not directly
use this class.
|
| SoyDict |
A SoyRecord that also implements the SoyMap interface.
|
| SoyEasyDict |
A mutable SoyDict with additional methods for ease-of-use.
|
| SoyEasyList |
A mutable list with additional methods for ease-of-use.
|
| SoyFutureValueProvider.FutureBlockCallback |
A callback that gets fired just before this provider will block on a future.
|
| SoyGlobalsValue |
Interface intended mainly to be implemented by enums, so that during
the Soy Globals' generation the returned value should be some secondary value
different from the enum's primary(ordinal) value.
|
| SoyList |
A list containing values.
|
| SoyMap |
A map containing key-to-value mappings referred to as items.
|
| SoyRecord |
A record containing name-to-value mappings referred to as fields.
|
| SoyValue |
Superinterface of all Soy value interfaces/classes.
|
| SoyValueConverter |
Important: Until this API is more stable and this note is removed, users must not directly
use this class.
|
| SoyValueProvider |
A provider of a Soy value.
|
| Class | Description |
|---|---|
| LazySanitizedContents |
An internal only class to allow the render package to create lazy versions of SanitizedContent.
|
| SanitizedContent |
A chunk of sanitized content of a known kind, e.g.
|
| SanitizedContents |
Creation utilities for SanitizedContent objects for common use cases.
|
| SoyAbstractCachingRecord |
Abstract implementation of SoyRecord that caches previously retrieved field value providers.
|
| SoyAbstractCachingValueProvider |
A SoyValueProvider that lazily computes and caches its value.
|
| SoyAbstractCachingValueProvider.ValueAssertion |
A mechanism to plug in assertions on the computed value that will be run the first time the
value is
computed. |
| SoyAbstractList |
Abstract implementation of SoyList.
|
| SoyAbstractMap |
Abstract implementation of SoyMap.
|
| SoyAbstractRecord |
Abstract implementation of SoyRecord.
|
| SoyAbstractValue |
Abstract implementation of SoyValue.
|
| SoyData |
Abstract base class for all nodes in a Soy data tree.
|
| SoyFutureValueProvider |
Important: Do not use outside of Soy code (treat as superpackage-private).
|
| SoyListData |
A list data node in a Soy data tree.
|
| SoyMapData |
A map data node in a Soy data tree.
|
| SoyValueHelper |
IMPORTANT: This class is partially open for public use.
|
| UnsafeSanitizedContentOrdainer |
Restricted class to create SanitizedContent objects.
|
| Enum | Description |
|---|---|
| Dir |
Enum for data directionality.
|
| SanitizedContent.ContentKind |
A kind of textual content.
|
| Exception | Description |
|---|---|
| SoyDataException |
Exception thrown when an error occurs in the data package.
|
| SoyFutureException |
Exception thrown when a future fails.
|
| Annotation Type | Description |
|---|---|
| SoyGlobalsStatics |
Indicates that a class annotated with this annotation contains constants
that should be exported as Soy Globals.
|