Пример #1
0
 public static IMessage getMessage(final String key) {
   return MESSAGE_PROVIDER.getMessage(key);
 }
Пример #2
0
 public static String getString(final String key) {
   return MESSAGE_PROVIDER.getString(key);
 }