| Class | Description |
|---|---|
| CookiePatternRule |
Sets the cookie in the response whenever the rule finds a match.
|
| ForwardedSchemeHeaderRule |
Set the scheme for the request
|
| HeaderPatternRule |
Sets the header in the response whenever the rule finds a match.
|
| HeaderRule |
Abstract rule that matches against request headers.
|
| LegacyRule |
Rule implementing the legacy API of RewriteHandler
|
| LowThreadsRuleContainer |
RuleContainer for when the ThreadPool is low on threads |
| MsieSslRule |
MSIE (Microsoft Internet Explorer) SSL Rule.
|
| PatternRule |
Abstract rule that use a
PathMap for pattern matching. |
| RedirectPatternRule |
Redirects the response whenever the rule finds a match.
|
| RedirectRegexRule |
Redirects the response by matching with a regular expression.
|
| RegexRule |
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 |
The RewriteHandler is responsible for managing a list of rules to be applied to requests.
|
| RewritePatternRule |
Rewrite the URI by replacing the matched
PathMap 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.
|
| VirtualHostRuleContainer |
Groups rules that apply only to a specific virtual host
or sets of virtual hosts
|
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.