Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
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) |
abstract String |
MessageFormatUtils.MessageStyle.assemble(List<MessageFormatUtils.TemplateChunk> message)
Assemble a message from its parsed chunks.
|
void |
MessageFormatUtils.MessageStyle.parseAccept(String template,
MessageFormatUtils.TemplateChunkVisitor visitor)
Parse a message template and call the supplied visitor on each parsed
chunk.
|
void |
MessageFormatUtils.DefaultTemplateChunkVisitor.visit(MessageFormatUtils.ArgumentChunk argChunk) |
void |
MessageFormatUtils.TemplateChunkVisitor.visit(MessageFormatUtils.ArgumentChunk argChunk) |
void |
MessageFormatUtils.DefaultTemplateChunkVisitor.visit(MessageFormatUtils.StaticArgChunk staticArgChunk) |
void |
MessageFormatUtils.TemplateChunkVisitor.visit(MessageFormatUtils.StaticArgChunk staticArgChunk) |
void |
MessageFormatUtils.DefaultTemplateChunkVisitor.visit(MessageFormatUtils.StringChunk stringChunk) |
void |
MessageFormatUtils.TemplateChunkVisitor.visit(MessageFormatUtils.StringChunk stringChunk) |
Copyright © 2018. All rights reserved.