Uses of Interface
org.apache.tomcat.util.digester.ObjectCreationFactory
-
Packages that use ObjectCreationFactory Package Description org.apache.tomcat.util.digester -
-
Uses of ObjectCreationFactory in org.apache.tomcat.util.digester
Classes in org.apache.tomcat.util.digester that implement ObjectCreationFactory Modifier and Type Class Description classAbstractObjectCreationFactoryAbstract base class forObjectCreationFactoryimplementations.Fields in org.apache.tomcat.util.digester declared as ObjectCreationFactory Modifier and Type Field Description protected ObjectCreationFactoryFactoryCreateRule. creationFactoryThe 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.tomcat.util.digester that return ObjectCreationFactory Modifier and Type Method Description protected ObjectCreationFactoryFactoryCreateRule. getFactory(Attributes attributes)Return an instance of our associated object creation factory, creating one if necessary.Methods in org.apache.tomcat.util.digester with parameters of type ObjectCreationFactory Modifier and Type Method Description voidDigester. addFactoryCreate(String pattern, ObjectCreationFactory creationFactory)Add a "factory create" rule for the specified parameters.voidDigester. addFactoryCreate(String pattern, ObjectCreationFactory creationFactory, boolean ignoreCreateExceptions)Add a "factory create" rule for the specified parameters.Constructors in org.apache.tomcat.util.digester with parameters of type ObjectCreationFactory Constructor Description FactoryCreateRule(Digester digester, ObjectCreationFactory creationFactory)Deprecated.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.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.
-