Class DigesterRuleParser.BeanPropertySetterRuleFactory
java.lang.Object
org.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.digester.xmlrules.DigesterRuleParser.BeanPropertySetterRuleFactory
- All Implemented Interfaces:
ObjectCreationFactory
- Enclosing class:
DigesterRuleParser
private class DigesterRuleParser.BeanPropertySetterRuleFactory
extends AbstractObjectCreationFactory
Factory for creating a BeanPropertySetterRule.
-
Field Summary
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObject
(Attributes attributes) Factory method called byFactoryCreateRule
to supply an object based on the element's attributes.Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
-
Constructor Details
-
BeanPropertySetterRuleFactory
private BeanPropertySetterRuleFactory()
-
-
Method Details
-
createObject
Description copied from class:AbstractObjectCreationFactory
Factory method called by
FactoryCreateRule
to supply an object based on the element's attributes.- Specified by:
createObject
in interfaceObjectCreationFactory
- Specified by:
createObject
in classAbstractObjectCreationFactory
- Parameters:
attributes
- the element's attributes- Throws:
Exception
- any exception thrown will be propagated upwards
-