public class ConfigurationFactory.DigesterConfigurationFactory extends org.apache.commons.digester.AbstractObjectCreationFactory
| Constructor and Description |
|---|
DigesterConfigurationFactory(java.lang.Class<?> clazz)
Creates a new instance of
DigesterConfigurationFactory. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createObject(org.xml.sax.Attributes attribs)
Creates an instance of the specified class.
|
public DigesterConfigurationFactory(java.lang.Class<?> clazz)
DigesterConfigurationFactory.clazz - the class which we should instantiatepublic java.lang.Object createObject(org.xml.sax.Attributes attribs) throws java.lang.Exception
createObject in interface org.apache.commons.digester.ObjectCreationFactorycreateObject in class org.apache.commons.digester.AbstractObjectCreationFactoryattribs - the attributes (ignored)java.lang.Exception - if object creation fails