Returns the MIME type of the specified file, or null if the MIME type is not known. The MIME type is determined by the configuration of the servlet container, and may be specified in a web application deployment descriptor. Common MIME types are "text/html" and "image
(String file)
| 131 | * @return a <code>String</code> specifying the file's MIME type |
| 132 | */ |
| 133 | String getMimeType(String file); |
| 134 | |
| 135 | /** |
| 136 | * Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path |
no outgoing calls
no test coverage detected