net.sf.panoptes.controller.digester
Class ComponentFactory

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

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

Digester factory to create ComponentNodes connected to Components

Author:
Dag Liodden

Constructor Summary
ComponentFactory(ComponentRegistry componentRegistry)
           
 
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

ComponentFactory

public ComponentFactory(ComponentRegistry componentRegistry)
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.