Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
MessageFormatUtils.MessageStyle |
AbstractMessage.getMessageStyle() |
MessageFormatUtils.MessageStyle |
Message.getMessageStyle()
Return the message style (ie, quoting and argument rules) of this message.
|
static MessageFormatUtils.MessageStyle |
MessageFormatUtils.MessageStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageFormatUtils.MessageStyle[] |
MessageFormatUtils.MessageStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageVisitor.visitTranslation(String[] formNames,
boolean isDefault,
MessageFormatUtils.MessageStyle style,
String msg)
Called to process one variant of a message.
|
void |
DefaultVisitor.visitTranslation(String[] formNames,
boolean isDefault,
MessageFormatUtils.MessageStyle style,
String msg) |
Copyright © 2018. All rights reserved.