net.sf.panoptes.controller.digester
Class ComponentGroupNodeFactory

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

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

Digester factory to create ComponentGroupNodes.

Author:
Dag Liodden

Constructor Summary
ComponentGroupNodeFactory()
           
 
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

ComponentGroupNodeFactory

public ComponentGroupNodeFactory()
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.