加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090228154833/http://developer.android.com:80/reference/java/net/ContentHandlerFactory.html
public interface

ContentHandlerFactory

java.net.ContentHandlerFactory

Class Overview

Defines a factory which is reponsible for creating a ContentHandler

Summary

Public Methods
abstract ContentHandler createContentHandler(String contentType)
Creates a content handler to handle contentType

Public Methods

public abstract ContentHandler createContentHandler (String contentType)

Creates a content handler to handle contentType

Parameters
contentType java.lang.String
Returns
  • java.net.ContentHandler