Class EngineRuleSet

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

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