Uses of Class
org.apache.commons.digester.AbstractObjectCreationFactory
Packages that use AbstractObjectCreationFactory
Package
Description
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 AbstractObjectCreationFactory in org.apache.commons.digester.xmlrules
Subclasses of AbstractObjectCreationFactory in org.apache.commons.digester.xmlrulesModifier 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