com.ideo.sweetdevria.config.factories
Class DrawerMappingFactory

java.lang.Object
  extended by org.apache.commons.digester.AbstractObjectCreationFactory
      extended by com.ideo.sweetdevria.config.factories.DrawerMappingFactory
All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory

public class DrawerMappingFactory
extends org.apache.commons.digester.AbstractObjectCreationFactory

Drawer factory.


Field Summary
 
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
 
Constructor Summary
DrawerMappingFactory()
           
 
Method Summary
 java.lang.Object createObject(org.xml.sax.Attributes arg0)
          Supply a new instance of a drawer config object
 
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawerMappingFactory

public DrawerMappingFactory()
Method Detail

createObject

public java.lang.Object createObject(org.xml.sax.Attributes arg0)
                              throws java.lang.Exception
Supply a new instance of a drawer config object

Specified by:
createObject in interface org.apache.commons.digester.ObjectCreationFactory
Specified by:
createObject in class org.apache.commons.digester.AbstractObjectCreationFactory
Throws:
java.lang.Exception


Copyright © 2010 Ideo Technologies. All Rights Reserved.