| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage
Base implementation of
Message. |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<Message> |
AbstractMessageInterface.getMessages()
Gets the list of messages defined in this interface, including inherited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractMessage.compareTo(Message o) |
int |
Message.compareTo(Message o)
Messages are ordered by their keys.
|
void |
FormVisitorDriver.endMessage(Message msg)
Cleanup processing a message, including closing any outstanding
MessageFormVisitor calls. |
void |
MessageVisitor.endMessage(Message msg,
MessageTranslation trans)
Called after processing a message is complete.
|
void |
DefaultVisitor.endMessage(Message msg,
MessageTranslation trans) |
String |
KeyGenerator.generateKey(Message msg)
Generates a key for a given method with its default text and meaning.
|
String |
KeyGeneratorAdapter.generateKey(Message msg) |
static String |
MessageUtils.getConstantsDefaultValue(Message msg) |
void |
FormVisitorDriver.initialize(Message msg)
Prepare for processing a new message.
|
void |
FormVisitorDriver.initialize(Message msg,
MessageFormVisitor formVisitor)
Prepare for processing a new message.
|
MessageVisitor |
MessageInterfaceVisitor.visitMessage(Message msg,
MessageTranslation trans)
Visit a single message in the current
MessageInterface. |
MessageVisitor |
DefaultVisitor.visitMessage(Message msg,
MessageTranslation trans) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionMessage
Implementation of
Message
using reflection. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Message> |
ReflectionMessageInterface.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
String |
MethodNameKeyGenerator.generateKey(Message msg) |
String |
FullyQualifiedMethodNameKeyGenerator.generateKey(Message msg) |
String |
MD5KeyGenerator.generateKey(Message msg) |
Copyright © 2018. All rights reserved.