This interface defines a factory for content handlers. An implementation of this interface should map a MIME type into an instance of ContentHandler.
This interface is used by the URLStreamHandler class to create a ContentHandler for a MIME type.
This interface defines a factory for content handlers. An implementation of this interface should map a MIME type into an instance of ContentHandler. This interface is used by the URLStreamHandler class to create a ContentHandler for a MIME type.
(create-content-handler this mimetype)Creates a new ContentHandler to read an object from a URLStreamHandler.
mimetype - the MIME type for which a content handler is desired. - java.lang.String
returns: a new ContentHandler to read an object from a
URLStreamHandler. - java.net.ContentHandler
Creates a new ContentHandler to read an object from
a URLStreamHandler.
mimetype - the MIME type for which a content handler is desired. - `java.lang.String`
returns: a new ContentHandler to read an object from a
URLStreamHandler. - `java.net.ContentHandler`cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |