Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.net
Interface ContentHandlerFactory  view ContentHandlerFactory download ContentHandlerFactory.java


public interface ContentHandlerFactory

This interface maps MIME types to ContentHandler objects. It consists of one method that, when passed a MIME type, returns a handler for that type.


Method Summary
 ContentHandler createContentHandler(java.lang.String mimeType)
          This method is passed a MIME type as a string and is responsible for returning the appropriate ContentHandler object.
 

Method Detail

createContentHandler

public ContentHandler createContentHandler(java.lang.String mimeType)
This method is passed a MIME type as a string and is responsible for returning the appropriate ContentHandler object.