aicas logo Jamaica 3.4 release 8

java.net
Interface ContentHandlerFactory


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(String mimeType)
          This method is passed a MIME type as a string and is responsible for returning the appropriate ContentHandler object.
 

Method Detail

createContentHandler

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

Parameters:
mimeType - The MIME type to map to a ContentHandler
Returns:
The ContentHandler for the passed in MIME type

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.