Uses of Interface
org.apache.tomcat.util.digester.Rules
-
Packages that use Rules Package Description org.apache.tomcat.util.digester -
-
Uses of Rules in org.apache.tomcat.util.digester
Classes in org.apache.tomcat.util.digester that implement Rules Modifier and Type Class Description classAbstractRulesImplAbstractRuleImplprovides basic services forRulesimplementations.classRulesBaseDefault implementation of theRulesinterface that supports the standard rule matching behavior.classWithDefaultsRulesWrapperRulesDecorator that returns default rules when no matches are returned by the wrapped implementation.Fields in org.apache.tomcat.util.digester declared as Rules Modifier and Type Field Description protected RulesDigester. rulesTheRulesimplementation containing our collection ofRuleinstances and associated matching policy.Methods in org.apache.tomcat.util.digester that return Rules Modifier and Type Method Description RulesDigester. getRules()Return theRulesimplementation object containing our rules collection and associated matching policy.Methods in org.apache.tomcat.util.digester with parameters of type Rules Modifier and Type Method Description voidDigester. setRules(Rules rules)Set theRulesimplementation object containing our rules collection and associated matching policy.Constructors in org.apache.tomcat.util.digester with parameters of type Rules Constructor Description WithDefaultsRulesWrapper(Rules wrappedRules)Base constructor.
-