Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
com.google.gwt.i18n.server.impl | |
com.google.gwt.i18n.server.keygen |
Generators which compute the value of a key to use for looking up translated
resources.
|
com.google.gwt.i18n.server.testing |
Class and Description |
---|
KeyGenerator
Interface for key generation algorithms used by
LocalizableResource
implementations. |
Message
Describes a single translatable message.
|
Message.AlternateFormMapping
Mapping for a group of particular alternate forms to the message to use.
|
MessageCatalogFactory
Interface for writing various message catalog formats.
|
MessageCatalogFactory.Context
Context for message catalogs, for things like logging errors.
|
MessageCatalogFactory.Writer
Writes translatable messages to a message catalog.
|
MessageFormatUtils.ArgumentChunk
Represents an argument in a template string.
|
MessageFormatUtils.MessageStyle
Represents the style of quoting used in the source and translated messages.
|
MessageFormatUtils.StaticArgChunk
Represents a static argument, which is used to remove markup from
translator view without having to supply it at each callsite.
|
MessageFormatUtils.StringChunk
Represents a literal string portion of a template string.
|
MessageFormatUtils.TemplateChunk
Represents a parsed chunk of a template.
|
MessageFormatUtils.TemplateChunkVisitor
Visitor for template chunks.
|
MessageFormatUtils.VisitorAbortException
An exception thrown to indicate a visitor wishes to abort processing a
message.
|
MessageFormVisitor
A visitor which is used to keep track of nesting of individual selectors and
their forms within one message.
|
MessageInterface
Describes a single interface with
Message s. |
MessageInterfaceVisitor
Visitor that processes messages in a single class.
|
MessageProcessingException
An exception during processing of i18n messages.
|
MessageTranslation
A translation of a single message.
|
MessageUtils.KeyGeneratorException
An exception signaling
#getKeyGenerator(GenerateKeys) was unable
to process the annotation. |
MessageVisitor
A visitor which is used to process individual messages.
|
Parameter
A parameter in a Messages method.
|
Type
A return type or parameter type in a Messages/Constants method.
|
Class and Description |
---|
AbstractMessage
Base implementation of
Message . |
AbstractMessageInterface
Base implementation of
MessageInterface . |
Message
Describes a single translatable message.
|
MessageInterface
Describes a single interface with
Message s. |
MessageProcessingException
An exception during processing of i18n messages.
|
MessageTranslation
A translation of a single message.
|
Parameter
A parameter in a Messages method.
|
Type
A return type or parameter type in a Messages/Constants method.
|
Class and Description |
---|
KeyGenerator
Interface for key generation algorithms used by
LocalizableResource
implementations. |
Message
Describes a single translatable message.
|
Class and Description |
---|
MessageCatalogFactory.Context
Context for message catalogs, for things like logging errors.
|
Copyright © 2018. All rights reserved.