public class MessageFormatUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MessageFormatUtils.ArgumentChunk
Represents an argument in a template string.
|
static class |
MessageFormatUtils.DefaultTemplateChunkVisitor
Default implementation of TemplateChunkVisitor -- other implementations
should extend this if possible to avoid breakage when new TemplateChunk
subtypes are added.
|
static class |
MessageFormatUtils.MessageStyle
Represents the style of quoting used in the source and translated messages.
|
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.
|
static class |
MessageFormatUtils.TemplateChunk
Represents a parsed chunk of a template.
|
static interface |
MessageFormatUtils.TemplateChunkVisitor
Visitor for template chunks.
|
static class |
MessageFormatUtils.VisitorAbortException
An exception thrown to indicate a visitor wishes to abort processing a
message.
|
Constructor and Description |
---|
MessageFormatUtils() |
Copyright © 2018. All rights reserved.