Uses of Class
org.eclipse.jetty.rewrite.handler.PatternRule
-
Packages that use PatternRule Package Description org.eclipse.jetty.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jetty -
-
Uses of PatternRule in org.eclipse.jetty.rewrite.handler
Subclasses of PatternRule in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description classCookiePatternRuleSets the cookie in the response whenever the rule finds a match.classHeaderPatternRuleSets the header in the response whenever the rule finds a match.classRedirectPatternRuleIssues a (3xx) Redirect response whenever the rule finds a match.classResponsePatternRuleSends the response code whenever the rule finds a match.classRewritePatternRuleRewrite the URI by replacing the matchedPathMappath with a fixed string.classTerminatingPatternRuleIf this rule matches, terminate the processing of other rules.
-