Uses of Class
org.eclipse.jetty.rewrite.handler.RuleContainer
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Uses of RuleContainer in org.eclipse.jetty.rewrite
Modifier and TypeClassDescriptionclass
ARuleContainer
that is anHttpConfiguration.Customizer
, so that its rules are processed at request customization time. -
Uses of RuleContainer in org.eclipse.jetty.rewrite.handler
Modifier and TypeClassDescriptionclass
Groups rules that apply only to one or more specific virtual hosts.Modifier and TypeMethodDescriptionRewriteHandler.getRuleContainer()
Get theRuleContainer
used by this handler.ModifierConstructorDescriptionRewriteHandler
(RuleContainer rules) RewriteHandler
(Handler handler, RuleContainer rules)