Class ContentHandlerFactoryImpl

java.lang.Object
  |
  +--ContentHandlerFactoryImpl

public class ContentHandlerFactoryImpl
extends java.lang.Object
implements java.net.ContentHandlerFactory


Constructor Summary
ContentHandlerFactoryImpl()
           
 
Method Summary
 java.net.ContentHandler createContentHandler(java.lang.String mimeType)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ContentHandlerFactoryImpl

public ContentHandlerFactoryImpl()
Method Detail

createContentHandler

public java.net.ContentHandler createContentHandler(java.lang.String mimeType)
Specified by:
createContentHandler in interface java.net.ContentHandlerFactory