| Package | Description |
|---|---|
| com.google.template.soy.msgs |
Support for message translation (i.e. localization).
|
| com.google.template.soy.msgs.restricted |
| Modifier and Type | Method and Description |
|---|---|
abstract SoyMsg |
SoyMsgBundle.getMsg(long msgId)
Retrieves a message by its unique message id.
|
SoyMsg |
SoyMsgBundleWithFullLocale.getMsg(long msgId) |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<SoyMsg> |
SoyMsgBundle.iterator()
Returns an iterator over all the messages.
|
Iterator<SoyMsg> |
SoyMsgBundleWithFullLocale.iterator() |
| Modifier and Type | Method and Description |
|---|---|
SoyMsg |
SoyMsg.Builder.build() |
SoyMsg |
SoyMsgBundleImpl.getMsg(long msgId) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SoyMsg> |
SoyMsgBundleImpl.iterator() |
| Constructor and Description |
|---|
SoyMsgBundleImpl(String localeString,
List<SoyMsg> msgs)
Note: If there exist duplicate message ids in the
msgs list, the first one wins. |