| Package | Description |
|---|---|
| com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Message.AlternateFormMapping> |
MessageTranslation.getAllMessageForms()
Get all the alternate forms of this message.
|
Iterable<Message.AlternateFormMapping> |
AbstractMessage.getAllMessageForms() |
Iterable<Message.AlternateFormMapping> |
Message.getAllMessageForms()
Get the list of all possible messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Message.AlternateFormMapping.compareTo(Message.AlternateFormMapping o) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMessage.addMapping(List<Message.AlternateFormMapping> mapping,
int numSelectors,
String joinedForms,
String msg) |
Copyright © 2018. All rights reserved.