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".

Constructor Index

 o ContentHandlerFactoryImpl()

Method Index

 o createContentHandler(String)
Returns a TextPlainContentHandler for MIME-type "text/plain".

Constructors

 o ContentHandlerFactoryImpl
  public ContentHandlerFactoryImpl()

Methods

 o 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