net.sf.panoptes.controller.digester
Class ConfiguratorFactory

java.lang.Object
  |
  +--net.sf.panoptes.controller.digester.ConfiguratorFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class ConfiguratorFactory
extends java.lang.Object
implements org.apache.commons.digester.ObjectCreationFactory

Version:
0.1
Author:
Dag Liodden

Constructor Summary
ConfiguratorFactory(ConfiguratorRegistry configRegistry)
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes attributes)
           
 org.apache.commons.digester.Digester getDigester()
           
 void setDigester(org.apache.commons.digester.Digester digester)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguratorFactory

public ConfiguratorFactory(ConfiguratorRegistry configRegistry)
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes attributes)
                              throws java.lang.Exception
Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
java.lang.Exception

getDigester

public org.apache.commons.digester.Digester getDigester()
Specified by:
getDigester in interface org.apache.commons.digester.ObjectCreationFactory

setDigester

public void setDigester(org.apache.commons.digester.Digester digester)
Specified by:
setDigester in interface org.apache.commons.digester.ObjectCreationFactory


Copyright © 2003 . All Rights Reserved.