Ejemplo n.º 1
0
 public String getTemplateExtension() {
   if (template != null) {
     return template.getExtension();
   }
   return null;
 }