Package org.eclipse.jetty.rewrite.handler
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Interface Summary Interface Description Rule.ApplyURI Interface used to apply a changed target ifRuleContainer.setRewriteRequestURI(boolean)
is true. -
Class Summary Class Description CompactPathRule Rewrite the URI by compacting to remove //CookiePatternRule Sets the cookie in the response whenever the rule finds a match.ForceRequestHeaderValueRule ForwardedSchemeHeaderRule Set the scheme for the requestHeaderPatternRule Sets the header in the response whenever the rule finds a match.HeaderRegexRule Rule to add a header based on a Regex matchHeaderRule Abstract rule that matches against request headers.MsieSslRule MSIE (Microsoft Internet Explorer) SSL Rule.PatternRule Abstract rule that use aPathMap
for pattern matching.RedirectPatternRule Issues a (3xx) Redirect response whenever the rule finds a match.RedirectRegexRule Issues a (3xx) Redirect response whenever the rule finds a match via regular expression.RedirectUtil Utility for managing redirect based rulesRegexRule Abstract rule to use as a base class for rules that match with a regular expression.ResponsePatternRule Sends the response code whenever the rule finds a match.RewriteHandler Rewrite handler is responsible for managing the rules.RewritePatternRule Rewrite the URI by replacing the matchedPathMap
path with a fixed string.RewriteRegexRule Rewrite the URI by matching with a regular expression.Rule An abstract rule for creating rewrite rules.RuleContainer Base container to group rules.TerminatingPatternRule If this rule matches, terminate the processing of other rules.TerminatingRegexRule If this rule matches, terminate the processing of other rules.ValidUrlRule This rule can be used to protect against invalid unicode characters in a url making it into applications.VirtualHostRuleContainer Groups rules that apply only to a specific virtual host or sets of virtual hosts