java.lang.Objectorg.apache.tomcat.util.digester.AbstractRulesImpl
All Implemented Interfaces:
Rules
AbstractRuleImpl provides basic services for Rules implementations.
Extending this class should make it easier to create a Rules implementation.
AbstractRuleImpl manages the Digester
and namespaceUri properties.
If the subclass overrides #registerRule (rather than #add ),
then the Digester and namespaceURI of the Rule
will be set correctly before it is passed to registerRule.
The subclass can then perform whatever it needs to do to register the rule.
1.5 - | Method from org.apache.tomcat.util.digester.AbstractRulesImpl Summary: |
|---|
| add, clear, getDigester, getNamespaceURI, match, match, registerRule, rules, setDigester, setNamespaceURI |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.tomcat.util.digester.AbstractRulesImpl Detail: |
|---|
Digester and the
namespaceURI on the Rule before calling #registerRule . |
|
|
Rule objects. |
Deprecated! Call - match(namespaceURI,pattern) instead.
add()
method. |
add()
method. |
Rule
can be assumed to have been set properly before this method is called. |
add()
method. |
|
Rule objects. |