Liking cljdoc? Tell your friends :D

jdk.net.FileNameMap

A simple interface which provides a mechanism to map between a file name and a MIME type string.

A simple interface which provides a mechanism to map
between a file name and a MIME type string.
raw docstring

get-content-type-forclj

(get-content-type-for this file-name)

Gets the MIME type for the specified file name.

file-name - the specified file name - java.lang.String

returns: a String indicating the MIME type for the specified file name. - java.lang.String

Gets the MIME type for the specified file name.

file-name - the specified file name - `java.lang.String`

returns: a String indicating the MIME
 type for the specified file name. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close