Ejemplo n.º 1
0
 public static IMessage getMessage(final String key) {
   return MESSAGE_PROVIDER.getMessage(key);
 }
Ejemplo n.º 2
0
 public static String getString(final String key) {
   return MESSAGE_PROVIDER.getString(key);
 }