|
||||||||||
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
org.apache.commons.configuration.ConfigurationFactory.BasePathConfigurationFactory
A tiny inner class that allows the Configuration Factory to let the digester construct BasePathConfiguration objects that already have the correct base Path set.
Field Summary |
Fields inherited from class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory |
|
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory |
digester |
Constructor Summary | |
ConfigurationFactory.BasePathConfigurationFactory(java.lang.Class clazz)
C'tor |
Method Summary | |
java.lang.Object |
createObject(org.xml.sax.Attributes attributes)
Gets called by the digester. |
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 |
Methods inherited from interface org.apache.commons.digester.ObjectCreationFactory |
getDigester, setDigester |
Constructor Detail |
public ConfigurationFactory.BasePathConfigurationFactory(java.lang.Class clazz)
clazz
- The class which we should instantiate.Method Detail |
public java.lang.Object createObject(org.xml.sax.Attributes attributes) throws java.lang.Exception
createObject
in interface org.apache.commons.digester.ObjectCreationFactory
createObject
in class ConfigurationFactory.DigesterConfigurationFactory
attributes
- the actual attributes
java.lang.Exception
- Couldn't instantiate the requested object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |