Packages This Package Prev Next Index
public interface java.net.ContentHandlerFactory { // Methods public abstract ContentHandler §4.12.1 createContentHandler(String mimetype); }This interface defines a factory for content handlers. An implemention of this interface should map a MIME type into an instance of ContentHandler (I-§4.1).
This interface is used by the URLStreamHandler class (I-§4.11) to create a Content-Handler for a MIME type.
public abstract ContentHandler
createContentHandler(String mimetype)
mimetype
-
the MIME type for which a content handler is desired
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)