Class prominence.url.ContentHandlerFactoryImpl
All Packages Class Hierarchy This Package Previous Next Index
Class prominence.url.ContentHandlerFactoryImpl
java.lang.Object
|
+----prominence.url.ContentHandlerFactoryImpl
- public class ContentHandlerFactoryImpl
- extends Object
- implements ContentHandlerFactory
A ContentHandlerFactory that creates a TextPlainContentHandler
for MIME-type "text/plain".
-
ContentHandlerFactoryImpl()
-
-
createContentHandler(String)
- Returns a TextPlainContentHandler for MIME-type "text/plain".
ContentHandlerFactoryImpl
public ContentHandlerFactoryImpl()
createContentHandler
public ContentHandler createContentHandler(String mimetype)
- Returns a TextPlainContentHandler for MIME-type "text/plain".
- Parameters:
- mimetype - The MIME-type
- Returns:
- s A ContentHandler appropriate to the specified MIME-type
- See Also:
- TextPlainContentHandler
All Packages Class Hierarchy This Package Previous Next Index