| 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 | Class and Description |
|---|---|
class |
ImplicitTldRuleSet
RulesSet for digesting implicit.tld files.
|
class |
TldRuleSet
RulesSet for digesting TLD files.
|
| Constructor and Description |
|---|
TldParser(boolean namespaceAware,
boolean validation,
RuleSet ruleSet,
boolean blockExternal) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebRuleSet
RuleSet for processing the contents of a web application
deployment descriptor (
/WEB-INF/web.xml) resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleSetBase
Deprecated.
Unnecessary once deprecated methods are removed. Will be removed
in Tomcat 9.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Digester.addRuleSet(RuleSet ruleSet)
Register a set of Rule instances defined in a RuleSet.
|
Copyright © 2014–2017 Webtide. All rights reserved.