Class HostRuleSet

java.lang.Object
org.apache.catalina.startup.HostRuleSet
All Implemented Interfaces:
RuleSet

public class HostRuleSet extends Object implements RuleSet
RuleSet for processing the contents of a Host definition element. This RuleSet does NOT include any rules for nested Context which should be added via instances of ContextRuleSet.
Author:
Craig R. McClanahan