|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
com.google.gwt.i18n.server.keygen.FullyQualifiedMethodNameKeyGenerator
instead.
@Deprecated public class FullyQualifiedMethodNameKeyGenerator
Key generator using the fully-qualified method name.
Constructor Summary | |
---|---|
FullyQualifiedMethodNameKeyGenerator()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
generateKey(java.lang.String className,
java.lang.String methodName,
java.lang.String text,
java.lang.String meaning)
Deprecated. Generates a key for a given method with its default text and meaning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullyQualifiedMethodNameKeyGenerator()
Method Detail |
---|
public java.lang.String generateKey(java.lang.String className, java.lang.String methodName, java.lang.String text, java.lang.String meaning)
KeyGenerator
generateKey
in interface KeyGenerator
className
- fully qualified name of the Messages/Constants subinterfacemethodName
- name of the method in the subinterfacetext
- default text to use if no translation is available, which may be null
if no default text is suppliedmeaning
- extra text explaining the meaning of the text, or null if not needed
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |