|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SoyMsgBundle
Represents a full set of messages in some language/locale.
| Field Summary | |
|---|---|
static SoyMsgBundle |
EMPTY
Null object for SoyMsgBundle. |
| Method Summary | |
|---|---|
String |
getLocaleString()
Gets the language/locale string of this bundle of messages. |
com.google.template.soy.msgs.restricted.SoyMsg |
getMsg(long msgId)
Retrieves a message by its unique message id. |
int |
getNumMsgs()
Gets the number of messages in this bundle. |
Iterator<com.google.template.soy.msgs.restricted.SoyMsg> |
iterator()
Returns an iterator over all the messages. |
| Field Detail |
|---|
static final SoyMsgBundle EMPTY
| Method Detail |
|---|
String getLocaleString()
com.google.template.soy.msgs.restricted.SoyMsg getMsg(long msgId)
msgId - The message id of the message to retrieve.
int getNumMsgs()
Iterator<com.google.template.soy.msgs.restricted.SoyMsg> iterator()
iterator in interface Iterable<com.google.template.soy.msgs.restricted.SoyMsg>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||