public interface ContentHandlerFactory
ContentHandler.ContentHandler| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
createContentHandler(String contentType)
Creates a content handler to handle
contentType. |
ContentHandler createContentHandler(String contentType)
contentType.contentType - specifies the content type which is handled by the returned
ContentHandler.