Class RuleContainer

java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
org.eclipse.jetty.rewrite.handler.RuleContainer
All Implemented Interfaces:
Iterable<Rule>, org.eclipse.jetty.util.component.Dumpable
Direct Known Subclasses:
RewriteCustomizer, VirtualHostRuleContainer

public class RuleContainer extends Rule implements Iterable<Rule>, org.eclipse.jetty.util.component.Dumpable

A container that groups Rules and is itself a Rule.

The contained rules will be applied only if the container rule matches.