Exemplo n.º 1
0
 @Override
 public String getText(String key) {
   if (propertySet != null && propertySet.exists(key)) {
     return propertySet.getText(key);
   }
   return getApplicationProperties().getDefaultBackedText(key);
 }
 public String getText(String s) throws PropertyException {
   return ps.getText(s);
 }