Exemplo n.º 1
0
 private static String getEditorId(ModelType type) {
   if (type == null) return null;
   return "editors." + type.getModelClass().getSimpleName().toLowerCase();
 }