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.
-
Interface Summary Interface Description KeyGenerator Deprecated. UseKeyGenerator
instead. -
Class Summary Class Description FullyQualifiedMethodNameKeyGenerator Deprecated. UseFullyQualifiedMethodNameKeyGenerator
instead.MD5KeyGenerator Deprecated. UseMD5KeyGenerator
instead.MethodNameKeyGenerator Deprecated. UseMethodNameKeyGenerator
instead.