2005/5/9

     
 

class ContentHandlerFactory

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::net::ContentHandlerFactory Class Reference

#include <ContentHandlerFactory.h>

List of all members.

Public Member Functions

virtual RContentHandler createContentHandler (IN(RString) mime_type)=0
 This method is passed a MIME type as a string and is responsible for returning the appropriate ContentType object.


Member Function Documentation

virtual RContentHandler acdk::net::ContentHandlerFactory::createContentHandler IN(RString mime_type  )  [pure virtual]
 

This method is passed a MIME type as a string and is responsible for returning the appropriate ContentType object.

Parameters:
mime_type The MIME type to map to a ContentHandler
Returns:
The ContentHandler for the passed in MIME type