Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
static class |
MessageFormatUtils.ArgumentChunk
Represents an argument in a template string.
|
static class |
MessageFormatUtils.StaticArgChunk
Represents a static argument, which is used to remove markup from
translator view without having to supply it at each callsite.
|
static class |
MessageFormatUtils.StringChunk
Represents a literal string portion of a template string.
|
Modifier and Type | Method and Description |
---|---|
abstract List<MessageFormatUtils.TemplateChunk> |
MessageFormatUtils.MessageStyle.parse(String template)
Parse a message into chunks.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
MessageFormatUtils.MessageStyle.assemble(List<MessageFormatUtils.TemplateChunk> message)
Assemble a message from its parsed chunks.
|
Copyright © 2018. All rights reserved.