GWT 2.1.1

Uses of Interface
com.google.gwt.i18n.rebind.keygen.KeyGenerator

Packages that use KeyGenerator
com.google.gwt.i18n.rebind.keygen Generators which compute the value of a key to use for looking up translated resources. 
 

Uses of KeyGenerator in com.google.gwt.i18n.rebind.keygen
 

Classes in com.google.gwt.i18n.rebind.keygen that implement KeyGenerator
 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.
 


GWT 2.1.1