Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
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 |
KeyGeneratorAdapter
Adapter to use an old-style KeyGenerator from the new API.
|
Modifier and Type | Method and Description |
---|---|
static KeyGenerator |
MessageUtils.getKeyGenerator(LocalizableResource.GenerateKeys keyGenAnnot) |
Modifier and Type | Class and Description |
---|---|
class |
FullyQualifiedMethodNameKeyGenerator
Key generator using the fully-qualified method name.
|
class |
MD5KeyGenerator
Key generator using the MD5 hash of the text and meaning.
|
class |
MethodNameKeyGenerator
Key generator using just the method name as the lookup key.
|
Copyright © 2018. All rights reserved.