예제 #1
0
 @Implementation
 public boolean getBoolean(int id) throws Resources.NotFoundException {
   try {
     return resourceLoader.getBooleanValue(getResName(id), getQualifiers());
   } catch (NullPointerException e) {
     throw new Resources.NotFoundException(notFound(id));
   }
 }