net.sf.panoptes.controller.digester
Class ComponentQueryFactory

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

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

Digester factory to create ComponentQueryNodes.

Author:
Dag Liodden

Constructor Summary
ComponentQueryFactory(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

ComponentQueryFactory

public ComponentQueryFactory(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.