| Package | Description |
|---|---|
| com.google.template.soy.shared.internal |
Internal shared class among multiple backends.
|
| Modifier and Type | Method and Description |
|---|---|
GuiceSimpleScope.InScope |
GuiceSimpleScope.enter()
Enters an occurrence of this scope.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ApiCallScopeUtils.seedSharedParams(GuiceSimpleScope.InScope inScope,
BidiGlobalDir bidiGlobalDir,
String localeString)
Helper utility to seed params shared by multiple backends.
|
static void |
ApiCallScopeUtils.seedSharedParams(GuiceSimpleScope.InScope inScope,
SoyMsgBundle msgBundle)
Helper utility to seed params shared by multiple backends.
|
static void |
ApiCallScopeUtils.seedSharedParams(GuiceSimpleScope.InScope inScope,
SoyMsgBundle msgBundle,
BidiGlobalDir bidiGlobalDir)
Helper utility to seed params shared by multiple backends.
|