Package org.summerboot.jexpress.i18n
Class I18nLabel
java.lang.Object
org.summerboot.jexpress.i18n.I18nLabel
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
-
key
-
critical
protected final boolean critical -
values
-
-
Constructor Details
-
I18nLabel
-
I18nLabel
-
-
Method Details
-
getCode
-
isCritical
public boolean isCritical() -
getKey
-
format
-
format
-
format
-
buildTranslationsMap
public static void buildTranslationsMap(String rootPrefix, Class rootI18nClass, int translationIndex, Map<String, String> translationsMapping) - Parameters:
rootPrefix-rootI18nClass-translationIndex-translationsMapping-
-