| Package | Description |
|---|---|
| org.apache.tomcat.util.digester |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectCreationFactory
Abstract base class for
ObjectCreationFactory
implementations. |
| Modifier and Type | Field and Description |
|---|---|
protected 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectCreationFactory |
FactoryCreateRule.getFactory(Attributes attributes)
Return an instance of our associated object creation factory,
creating one if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
| Constructor and Description |
|---|
FactoryCreateRule(Digester digester,
ObjectCreationFactory creationFactory)
Deprecated.
The digester instance is now set in the
Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method.
Use FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory) instead. |
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. |
Copyright © 2019. All rights reserved.