Interface java.net.ContentHandlerFactory
All Packages    This Package    Previous    Next

Interface java.net.ContentHandlerFactory

public interface ContentHandlerFactory
extends Object
This interface defines a factory for ContentHandler instances. It is used by the URLStreamHandler class to create ContentHandlers for various streams.
Version:
1.1, 08/20/95
Author:
James Gosling

Method Index

 o createContentHandler(String)
Creates a new ContentHandler to read an object from a URLStreamHandler.

Methods

 o createContentHandler
  public abstract ContentHandler createContentHandler(String mimetype)
Creates a new ContentHandler to read an object from a URLStreamHandler.
Parameters:
mimetype - The mime type for which a content handler is desired.


All Packages    This Package    Previous    Next