|
Class Summary |
| CookiePatternRule |
Sets the cookie in the response whenever the rule finds a match. |
| HeaderPatternRule |
Sets the header in the response whenever the rule finds a match. |
| LegacyRule |
Rule implementing the legacy API of RewriteHandler |
| 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. |
| 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 |
Rewrite handler is responsible for managing the rules. |
| 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. |