Class DigesterRuleParser.CallParamRuleFactory
java.lang.Object
org.apache.commons.digester.AbstractObjectCreationFactory
org.apache.commons.digester.xmlrules.DigesterRuleParser.CallParamRuleFactory
- All Implemented Interfaces:
ObjectCreationFactory
- Enclosing class:
- DigesterRuleParser
Factory for creating a CallParamRule.
-
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
-
CallParamRuleFactory
protected CallParamRuleFactory()
-
-
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
-