| 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 |
|---|---|
void |
Digester.addFactoryCreate(String pattern,
ObjectCreationFactory creationFactory,
boolean ignoreCreateExceptions)
Add a "factory create" rule for the specified parameters.
|
| Constructor and Description |
|---|
FactoryCreateRule(ObjectCreationFactory creationFactory,
boolean ignoreCreateExceptions)
Construct a factory create rule using the given, already instantiated,
ObjectCreationFactory. |
Copyright © 2014–2016 Webtide. All rights reserved.