package

com.google.gwt.i18n.rebind.keygen

Generators which compute the value of a key to use for looking up translated resources. These exist to allow easy extension to proprietary or internal message catalog systems which use different algorithms to compute keys for message aggregation.

Interfaces

KeyGenerator Interface for key generation algorithms used by LocalizableResource implementations. 

Classes

FullyQualifiedMethodNameKeyGenerator Key generator using the fully-qualified method name. 
MD5KeyGenerator Key generator using the MD5 hash of the text and meaning. 
MethodNameKeyGenerator Key generator using just the method name as the lookup key.