Uses of Class
org.eclipse.jetty.rewrite.handler.Rule
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Uses of Rule in org.eclipse.jetty.rewrite
-
Uses of Rule in org.eclipse.jetty.rewrite.handler
Modifier and TypeClassDescriptionclass
Rewrite the URI by compacting to remove //class
Sets the cookie in the response whenever the rule finds a match.class
class
Set the scheme for the requestclass
Sets the header in the response whenever the rule finds a match.class
Rule to add a header based on a Regex matchclass
Abstract rule that matches against request headers.class
Special handling for MSIE (Microsoft Internet Explorer).class
Deprecated.use MsieRuleclass
Abstract rule that use aServletPathSpec
for pattern matching.class
Issues a (3xx) Redirect response whenever the rule finds a match.class
Issues a (3xx) Redirect response whenever the rule finds a match via regular expression.class
Abstract rule to use as a base class for rules that match with a regular expression.class
Sends the response code whenever the rule finds a match.class
Rewrite the URI by replacing the matchedServletPathSpec
path with a fixed string.class
Rewrite the URI by matching with a regular expression.class
Base container to group rules.class
If this rule matches, terminate the processing of other rules.class
If this rule matches, terminate the processing of other rules.class
This rule can be used to protect against invalid unicode characters in a url making it into applications.class
Groups rules that apply only to a specific virtual host or sets of virtual hosts