org.freecompany.brimstone.module
Class HandlerFactory

java.lang.Object
  extended by org.freecompany.brimstone.module.HandlerFactory
All Implemented Interfaces:
java.net.ContentHandlerFactory

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


Field Summary
protected static org.freecompany.util.multicaster.Notification notifier
           
 
Constructor Summary
HandlerFactory()
           
 
Method Summary
 java.net.ContentHandler createContentHandler(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifier

protected static final org.freecompany.util.multicaster.Notification notifier
Constructor Detail

HandlerFactory

public HandlerFactory()
Method Detail

createContentHandler

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