Uses of Class
org.eclipse.jetty.rewrite.handler.PatternRule
Packages that use PatternRule
Package
Description
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.handlerModifier and TypeClassDescriptionclassSets a response cookie whenever the rule matches.classPuts or adds a response header whenever the rule matches a path Servlet pattern.classIssues a (3xx) redirect response whenever the rule finds a request path Servlet pattern match.classSends the response code whenever the rule finds a match.classA rule to rewrite the path and query that match a Servlet pattern with a fixed string.classIf this rule matches, terminates the processing of other rules, allowing the request to be processed by the handlers after theRewriteHandler.