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.DefaultTemplateChunkVisitor
Default implementation of TemplateChunkVisitor -- other implementations
should extend this if possible to avoid breakage when new TemplateChunk
subtypes are added.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageFormatUtils.ArgumentChunk.accept(MessageFormatUtils.TemplateChunkVisitor visitor) |
void |
MessageFormatUtils.StaticArgChunk.accept(MessageFormatUtils.TemplateChunkVisitor visitor) |
void |
MessageFormatUtils.StringChunk.accept(MessageFormatUtils.TemplateChunkVisitor visitor) |
abstract void |
MessageFormatUtils.TemplateChunk.accept(MessageFormatUtils.TemplateChunkVisitor visitor) |
void |
MessageFormatUtils.MessageStyle.parseAccept(String template,
MessageFormatUtils.TemplateChunkVisitor visitor)
Parse a message template and call the supplied visitor on each parsed
chunk.
|
Copyright © 2018. All rights reserved.