Uses of Class
org.eclipse.jetty.rewrite.handler.PatternRule
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Uses of PatternRule in org.eclipse.jetty.rewrite.handler
Modifier and TypeClassDescriptionclass
Sets a response cookie whenever the rule matches.class
Puts or adds a response header whenever the rule matches a path Servlet pattern.class
Issues a (3xx) redirect response whenever the rule finds a request path Servlet pattern match.class
Sends the response code whenever the rule finds a match.class
A rule to rewrite the path and query that match a Servlet pattern with a fixed string.class
If this rule matches, terminates the processing of other rules, allowing the request to be processed by the handlers after theRewriteHandler
.