- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 39 of file I_.java.
◆ api()
static I18nApiWrapper org.turro.i18n.I_.api |
( |
| ) |
|
|
static |
◆ byKey() [1/2]
static String org.turro.i18n.I_.byKey |
( |
Locale |
locale, |
|
|
String |
key |
|
) |
| |
|
static |
Definition at line 87 of file I_.java.
88 return instance().byKey(locale, key);
◆ byKey() [2/2]
static String org.turro.i18n.I_.byKey |
( |
String |
key | ) |
|
|
static |
Definition at line 83 of file I_.java.
84 return instance().byKey(key);
◆ byKeyMap()
static I18nByKey org.turro.i18n.I_.byKeyMap |
( |
| ) |
|
|
static |
Definition at line 91 of file I_.java.
92 return instance().getByKeyAsMap();
◆ compatibility() [1/2]
Definition at line 109 of file I_.java.
110 return I18nCompatibilityWrapper.from(instance());
◆ compatibility() [2/2]
Definition at line 113 of file I_.java.
114 return I18nCompatibilityWrapper.from(
api(locale));
static I18nApiWrapper api()
◆ compatibilityMap() [1/2]
Definition at line 117 of file I_.java.
static I18nCompatibilityWrapper compatibility()
◆ compatibilityMap() [2/2]
◆ format() [1/2]
static String org.turro.i18n.I_.format |
( |
Locale |
locale, |
|
|
String |
msg, |
|
|
Object... |
arguments |
|
) |
| |
|
static |
Definition at line 61 of file I_.java.
62 return instance().format(locale, msg, arguments);
◆ format() [2/2]
static String org.turro.i18n.I_.format |
( |
String |
msg, |
|
|
Object... |
arguments |
|
) |
| |
|
static |
Definition at line 49 of file I_.java.
50 return instance().format(msg, arguments);
◆ get() [1/4]
static String org.turro.i18n.I_.get |
( |
Locale |
locale, |
|
|
String |
msg |
|
) |
| |
|
static |
Definition at line 53 of file I_.java.
54 return instance().get(locale, msg);
◆ get() [2/4]
static String org.turro.i18n.I_.get |
( |
Locale |
locale, |
|
|
String |
msg, |
|
|
int |
count |
|
) |
| |
|
static |
Definition at line 57 of file I_.java.
58 return instance().get(locale, msg, count);
◆ get() [3/4]
static String org.turro.i18n.I_.get |
( |
String |
msg | ) |
|
|
static |
Definition at line 41 of file I_.java.
42 return instance().get(msg);
◆ get() [4/4]
static String org.turro.i18n.I_.get |
( |
String |
msg, |
|
|
int |
count |
|
) |
| |
|
static |
Definition at line 45 of file I_.java.
46 return instance().get(msg, count);
◆ getLocales()
static I18nLocales org.turro.i18n.I_.getLocales |
( |
| ) |
|
|
static |
Definition at line 103 of file I_.java.
104 return instance().getLocales();
◆ keyValue()
static String org.turro.i18n.I_.keyValue |
( |
String |
key | ) |
|
|
static |
Definition at line 79 of file I_.java.
80 return instance().keyValue(key);
◆ locales()
static I18nLocales org.turro.i18n.I_.locales |
( |
HttpServletRequest |
request | ) |
|
|
static |
Definition at line 127 of file I_.java.
128 return constructFrom(request);
◆ map() [1/2]
static I18nMapWrapper org.turro.i18n.I_.map |
( |
| ) |
|
|
static |
Definition at line 69 of file I_.java.
70 return instance().getAsMap();
◆ map() [2/2]
static I18nMapWrapper org.turro.i18n.I_.map |
( |
Locale |
locale | ) |
|
|
static |
Definition at line 73 of file I_.java.
74 return instance().getAsMap(locale);
◆ resetMaps()
static void org.turro.i18n.I_.resetMaps |
( |
| ) |
|
|
static |
Definition at line 196 of file I_.java.
198 I18nByKey.resetMap();
199 I18nCompatibilityKey.resetMap();
The documentation for this class was generated from the following file: