JavaTM Platform
Standard Ed. 6

java.net
인터페이스 ContentHandlerFactory



public interface ContentHandlerFactory

이 인터페이스는, 컨텐츠 핸들러의 팩토리를 정의합니다. 이 인터페이스의 구현에서는, MIME 타입을 ContentHandler 의 인스턴스로 지정할 필요가 있습니다.  

이 인터페이스는,URLStreamHandler 클래스가, 특정의 MIME 타입의 ContentHandler 를 작성하기 위해서 사용합니다.

도입된 버젼:
JDK1. 0
관련 항목:
ContentHandler , URLStreamHandler

메소드의 개요
 ContentHandler createContentHandler (String  mimetype)
          URLStreamHandler 로부터 객체를 읽어들이기 위한 ContentHandler 를 새롭게 작성합니다.
 

메소드의 상세

createContentHandler

ContentHandler  createContentHandler(String  mimetype)
URLStreamHandler 로부터 객체를 읽어들이기 위한 ContentHandler 를 새롭게 작성합니다.

파라미터:
mimetype - ContentHandler 의 MIME 타입
반환값:
URLStreamHandler 로부터 객체를 읽어들이기 위한 새로운 ContentHandler
관련 항목:
ContentHandler , URLStreamHandler

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.