| Package | Description |
|---|---|
| org.apache.tomcat.util.digester |
| Modifier and Type | Class and Description |
|---|---|
class |
RulesBase
Default implementation of the
Rules interface that supports
the standard rule matching behavior. |
| Modifier and Type | Field and Description |
|---|---|
protected Rules |
Digester.rules
The
Rules implementation containing our collection of
Rule instances and associated matching policy. |
| Modifier and Type | Method and Description |
|---|---|
Rules |
Digester.getRules()
Return the
Rules implementation object containing our
rules collection and associated matching policy. |
| Modifier and Type | Method and Description |
|---|---|
void |
Digester.setRules(Rules rules)
Set the
Rules implementation object containing our
rules collection and associated matching policy. |
Copyright © 2014–2018 Webtide. All rights reserved.