|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
public class ConfigurationFactory.DigesterConfigurationFactory
A base class for digester factory classes. This base class maintains a default class for the objects to be created. There will be sub classes for specific configuration implementations.
| Field Summary | |
|---|---|
private java.lang.Class |
clazz
Actual class to use. |
| Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
|---|
digester |
| Constructor Summary | |
|---|---|
ConfigurationFactory.DigesterConfigurationFactory(java.lang.Class clazz)
Creates a new instance of DigesterConfigurationFactory. |
|
| Method Summary | |
|---|---|
java.lang.Object |
createObject(org.xml.sax.Attributes attribs)
Creates an instance of the specified class. |
| 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 |
| Field Detail |
|---|
private java.lang.Class clazz
| Constructor Detail |
|---|
public ConfigurationFactory.DigesterConfigurationFactory(java.lang.Class clazz)
DigesterConfigurationFactory.
clazz - the class which we should instantiate| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||