|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.workingfrog.i18n.util.Wrapper
Maps "legacy" keys with i18n keys.
| Constructor Summary | |
Wrapper()
|
|
| Method Summary | |
static java.lang.String |
getI18NKey(java.lang.String name)
Return the i18n version of the key provided. |
static void |
loadKeyFile(java.lang.Class appClass,
java.lang.String file)
Loads key bindings from a file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Wrapper()
| Method Detail |
public static void loadKeyFile(java.lang.Class appClass,
java.lang.String file)
appClass - Class of the Callerfile - the properties filepublic static java.lang.String getI18NKey(java.lang.String name)
name - the "legacy" key
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||