Uses of Interface
org.eclipse.jetty.rewrite.handler.Rule.ApplyURI
-
Packages that use Rule.ApplyURI Package Description org.eclipse.jetty.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jetty -
-
Uses of Rule.ApplyURI in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement Rule.ApplyURI Modifier and Type Class Description class
CompactPathRule
Rewrite the URI by compacting to remove //class
RewritePatternRule
Rewrite the URI by replacing the matchedPathMap
path with a fixed string.class
RewriteRegexRule
Rewrite the URI by matching with a regular expression.
-