示例#1
0
 public String getTemplateLocation() {
   if (template != null) {
     return template.getLocation();
   }
   return null;
 }