org.apache.anteater.test.handlers
Class ContentHandlerFactory

java.lang.Object
  |
  +--org.apache.anteater.test.handlers.ContentHandlerFactory

public class ContentHandlerFactory
extends Object

Factory for creating ContentHandler classes.

Version:
$Revision: 1.2 $ $Date: 2002/10/06 08:18:12 $
Author:
Jeff Turner

Field Summary
static String[] handlers
           
protected  Map handlerTable
           
 
Constructor Summary
ContentHandlerFactory()
           
 
Method Summary
 ContentHandler create(String className)
           
 void registerHandler(ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlers

public static final String[] handlers

handlerTable

protected Map handlerTable
Constructor Detail

ContentHandlerFactory

public ContentHandlerFactory()
Method Detail

registerHandler

public void registerHandler(ContentHandler handler)

create

public ContentHandler create(String className)


Ant Functional Tester -- see Project home page for details