Liking cljdoc? Tell your friends :D

javax.activation.DataContentHandlerFactory

This interface defines a factory for DataContentHandlers. An implementation of this interface should map a MIME type into an instance of DataContentHandler. The design pattern for classes implementing this interface is the same as for the ContentHandler mechanism used in java.net.URL.

This interface defines a factory for DataContentHandlers. An
implementation of this interface should map a MIME type into an
instance of DataContentHandler. The design pattern for classes implementing
this interface is the same as for the ContentHandler mechanism used in
java.net.URL.
raw docstring

create-data-content-handlerclj

(create-data-content-handler this mime-type)

Creates a new DataContentHandler object for the MIME type.

mime-type - the MIME type to create the DataContentHandler for. - java.lang.String

returns: The new DataContentHandler, or null if none are found. - javax.activation.DataContentHandler

Creates a new DataContentHandler object for the MIME type.

mime-type - the MIME type to create the DataContentHandler for. - `java.lang.String`

returns: The new DataContentHandler, or null
 if none are found. - `javax.activation.DataContentHandler`
raw docstring

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

× close