Exemplo n.º 1
0
 @Override
 public String getContentType() {
   String contentType = null;
   if (file != null) {
     contentType = URLConnection.getFileNameMap().getContentTypeFor(file.getName());
   }
   return contentType;
 }