Class DigesterRuleParser.ObjectParamRuleFactory
- java.lang.Object
-
- org.apache.commons.digester.AbstractObjectCreationFactory
-
- org.apache.commons.digester.xmlrules.DigesterRuleParser.ObjectParamRuleFactory
-
- All Implemented Interfaces:
ObjectCreationFactory
- Enclosing class:
- DigesterRuleParser
protected class DigesterRuleParser.ObjectParamRuleFactory extends AbstractObjectCreationFactory
Factory for creating a ObjectParamRule
-
-
Field Summary
-
Fields inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
digester
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedObjectParamRuleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateObject(org.xml.sax.Attributes attributes)Factory method called byFactoryCreateRuleto supply an object based on the element's attributes.-
Methods inherited from class org.apache.commons.digester.AbstractObjectCreationFactory
getDigester, setDigester
-
-
-
-
Constructor Detail
-
ObjectParamRuleFactory
protected ObjectParamRuleFactory()
-
-
Method Detail
-
createObject
public java.lang.Object createObject(org.xml.sax.Attributes attributes) throws java.lang.Exception
Description copied from class:AbstractObjectCreationFactoryFactory method called by
FactoryCreateRuleto supply an object based on the element's attributes.- Specified by:
createObjectin interfaceObjectCreationFactory- Specified by:
createObjectin classAbstractObjectCreationFactory- Parameters:
attributes- the element's attributes- Throws:
java.lang.Exception- any exception thrown will be propagated upwards
-
-