GWT 2.7.0

Package com.google.gwt.i18n.rebind.keygen

Generators which compute the value of a key to use for looking up translated resources.

See:
          Description

Interface Summary
KeyGenerator Deprecated. Use KeyGenerator instead.
 

Class Summary
FullyQualifiedMethodNameKeyGenerator Deprecated. Use com.google.gwt.i18n.server.keygen.FullyQualifiedMethodNameKeyGenerator instead.
MD5KeyGenerator Deprecated. Use com.google.gwt.i18n.server.keygen.MD5KeyGenerator instead.
MethodNameKeyGenerator Deprecated. Use com.google.gwt.i18n.server.keygen.MethodNameKeyGenerator instead.
 

Package com.google.gwt.i18n.rebind.keygen Description

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.


GWT 2.7.0