| Interface | Description |
|---|---|
| SoyJsSrcFunction |
Interface for a Soy function implemented for the JS Source backend.
|
| SoyJsSrcPrintDirective |
Interface for a Soy print directive implemented for the JS Source backend.
|
| SoyLibraryAssistedJsSrcFunction |
Interface for a Soy function with more Closure Library requirements than typical Soy
templates, implemented for the JS Source backend.
|
| SoyLibraryAssistedJsSrcPrintDirective |
Interface for a Soy print directive with more Closure Library requirements than typical Soy
templates, implemented for the JS Source backend.
|
| Class | Description |
|---|---|
| JsExpr |
Value class to represent a JS expression.
|
| JsExprUtils |
Common utilities for dealing with JS expressions.
|
| SoyJsCodeUtils |
Convenience utilities for building code for the JS Source backend.
|