Package java.net
Interface ContentHandlerFactory
public interface ContentHandlerFactory
Defines a factory which is responsible for creating a
ContentHandler.- See Also:
ContentHandler
-
Method Summary
Modifier and Type Method Description ContentHandlercreateContentHandler(String contentType)Creates a content handler to handlecontentType.
-
Method Details
-
createContentHandler
Creates a content handler to handlecontentType.- Parameters:
contentType- specifies the content type which is handled by the returnedContentHandler.- Returns:
- content handler object for a specific content type.
-