Uses of Interface
org.apache.commons.digester.ObjectCreationFactory
Packages that use ObjectCreationFactory
Package
Description
The
xmlrules
package provides for XML-based definition of
rules for Digester
.The Digester package lets you configure an XML -> Java object mapping module,
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized.
-
Uses of ObjectCreationFactory in org.apache.commons.digester
Classes in org.apache.commons.digester that implement ObjectCreationFactoryModifier and TypeClassDescriptionclass
Abstract base class forObjectCreationFactory
implementations.Fields in org.apache.commons.digester declared as ObjectCreationFactoryModifier and TypeFieldDescriptionprotected ObjectCreationFactory
FactoryCreateRule.creationFactory
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.Methods in org.apache.commons.digester that return ObjectCreationFactoryModifier and TypeMethodDescriptionprotected ObjectCreationFactory
FactoryCreateRule.getFactory
(Attributes attributes) Return an instance of our associated object creation factory, creating one if necessary.Methods in org.apache.commons.digester with parameters of type ObjectCreationFactoryModifier and TypeMethodDescriptionvoid
Digester.addFactoryCreate
(String pattern, ObjectCreationFactory creationFactory) Add a "factory create" rule for the specified parameters.void
Digester.addFactoryCreate
(String pattern, ObjectCreationFactory creationFactory, boolean ignoreCreateExceptions) Add a "factory create" rule for the specified parameters.Constructors in org.apache.commons.digester with parameters of type ObjectCreationFactoryModifierConstructorDescriptionFactoryCreateRule
(Digester digester, ObjectCreationFactory creationFactory) Deprecated.FactoryCreateRule
(ObjectCreationFactory creationFactory) Construct a factory create rule using the given, already instantiated,ObjectCreationFactory
.FactoryCreateRule
(ObjectCreationFactory creationFactory, boolean ignoreCreateExceptions) Construct a factory create rule using the given, already instantiated,ObjectCreationFactory
. -
Uses of ObjectCreationFactory in org.apache.commons.digester.xmlrules
Classes in org.apache.commons.digester.xmlrules that implement ObjectCreationFactoryModifier and TypeClassDescriptionprivate class
Factory for creating a BeanPropertySetterRule.protected class
Factory for creating a CallMethodRule.protected class
Factory for creating a CallParamRule.protected class
Factory for creating a FactoryCreateRuleprotected class
Factory for creating a NodeCreateRuleprotected class
Factory for creating a ObjectCreateRuleprotected class
Factory for creating a ObjectParamRuleprotected class
Factory for creating a SetNestedPropertiesRuleprotected class
Factory for creating a SetNextRuleFactoryprotected class
Factory for creating a SetPropertiesRuleprotected class
Factory for creating a SetPropertyRuleprotected class
Factory for creating a SetRootRuleFactoryprotected class
Factory for creating a SetTopRuleFactory
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method.