| Package | Description |
|---|---|
| org.apache.tomcat.util.descriptor | |
| org.apache.tomcat.util.descriptor.tld |
Package containing a Java model of the XML for a Tag Library Descriptor.
|
| org.apache.tomcat.util.descriptor.web | |
| org.apache.tomcat.util.digester |
| Modifier and Type | Method and Description |
|---|---|
static Digester |
DigesterFactory.newDigester(boolean xmlValidation,
boolean xmlNamespaceAware,
RuleSet rule,
boolean blockExternal)
Create a
Digester parser. |
| Modifier and Type | Method and Description |
|---|---|
void |
TldRuleSet.addRuleInstances(Digester digester) |
void |
ImplicitTldRuleSet.addRuleInstances(Digester digester) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebRuleSet.addRuleInstances(Digester digester)
Add the set of Rule instances defined in this RuleSet to the
specified
Digester instance, associating them with
our namespace URI (if any). |
protected void |
WebRuleSet.configureInjectionRules(Digester digester,
String base) |
protected void |
WebRuleSet.configureNamingRules(Digester digester) |
| Modifier and Type | Field and Description |
|---|---|
protected Digester |
RulesBase.digester
The Digester instance with which this Rules instance is associated.
|
protected Digester |
Rule.digester
The Digester with which this Rule is associated.
|
| Modifier and Type | Method and Description |
|---|---|
Digester |
RulesBase.getDigester()
Return the Digester instance with which this Rules instance is
associated.
|
Digester |
Rules.getDigester() |
Digester |
Rule.getDigester()
Identify the Digester with which this Rule is associated.
|
Digester |
ObjectCreationFactory.getDigester() |
Digester |
AbstractObjectCreationFactory.getDigester()
Returns the
Digester that was set by the
FactoryCreateRule upon initialization. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RuleSetBase.addRuleInstances(Digester digester)
Deprecated.
Add the set of Rule instances defined in this RuleSet to the
specified
Digester instance, associating them with
our namespace URI (if any). |
void |
RuleSet.addRuleInstances(Digester digester)
Add the set of Rule instances defined in this RuleSet to the
specified
Digester instance, associating them with
our namespace URI (if any). |
void |
RulesBase.setDigester(Digester digester)
Set the Digester instance with which this Rules instance is associated.
|
void |
Rules.setDigester(Digester digester)
Set the Digester instance with which this Rules instance is associated.
|
void |
Rule.setDigester(Digester digester)
Set the
Digester with which this Rule is
associated. |
void |
ObjectCreationFactory.setDigester(Digester digester)
Set the
Digester to allow the implementation to do logging,
classloading based on the digester's classloader, etc. |
void |
CallMethodRule.setDigester(Digester digester)
Set the associated digester.
|
void |
AbstractObjectCreationFactory.setDigester(Digester digester)
Set the
Digester to allow the implementation to do logging,
classloading based on the digester's classloader, etc. |
Copyright © 2014–2017 Webtide. All rights reserved.