Uses of Class
org.eclipse.jetty.rewrite.handler.Rule
Packages that use Rule
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Uses of Rule in org.eclipse.jetty.rewrite
Subclasses of Rule in org.eclipse.jetty.rewrite -
Uses of Rule in org.eclipse.jetty.rewrite.handler
Subclasses of Rule in org.eclipse.jetty.rewrite.handlerModifier and TypeClassDescriptionclassRewrite the URI by compacting to remove //classSets the cookie in the response whenever the rule finds a match.classclassSet the scheme for the requestclassSets the header in the response whenever the rule finds a match.classRule to add a header based on a Regex matchclassAbstract rule that matches against request headers.classSpecial handling for MSIE (Microsoft Internet Explorer).classDeprecated.use MsieRuleclassAbstract rule that use aServletPathSpecfor pattern matching.classIssues a (3xx) Redirect response whenever the rule finds a match.classIssues a (3xx) Redirect response whenever the rule finds a match via regular expression.classAbstract rule to use as a base class for rules that match with a regular expression.classSends the response code whenever the rule finds a match.classRewrite the URI by replacing the matchedServletPathSpecpath with a fixed string.classRewrite the URI by matching with a regular expression.classBase container to group rules.classIf this rule matches, terminate the processing of other rules.classIf this rule matches, terminate the processing of other rules.classThis rule can be used to protect against invalid unicode characters in a url making it into applications.classGroups rules that apply only to a specific virtual host or sets of virtual hostsFields in org.eclipse.jetty.rewrite.handler declared as RuleMethods in org.eclipse.jetty.rewrite.handler that return RuleModifier and TypeMethodDescriptionRule[]RewriteHandler.getRules()Returns the list of rules.Rule[]RuleContainer.getRules()Returns the list of rules.Methods in org.eclipse.jetty.rewrite.handler with parameters of type Rule