Uses of Class
org.mortbay.jetty.handler.rewrite.Rule

Packages that use Rule
org.mortbay.jetty.handler.rewrite   
 

Uses of Rule in org.mortbay.jetty.handler.rewrite
 

Subclasses of Rule in org.mortbay.jetty.handler.rewrite
 class CookiePatternRule
          Sets the cookie in the response whenever the rule finds a match.
 class HeaderPatternRule
          Sets the header in the response whenever the rule finds a match.
 class LegacyRule
          Rule implementing the legacy API of RewriteHandler
 class MsieSslRule
          MSIE (Microsoft Internet Explorer) SSL Rule.
 class PatternRule
          Abstract rule that use a PathMap for pattern matching.
 class RedirectPatternRule
          Redirects the response whenever the rule finds a match.
 class RegexRule
          Abstract rule to use as a base class for rules that match with a regular expression.
 class ResponsePatternRule
          Sends the response code whenever the rule finds a match.
 class RewritePatternRule
          Rewrite the URI by replacing the matched PathMap path with a fixed string.
 class RewriteRegexRule
          Rewrite the URI by matching with a regular expression.
 

Methods in org.mortbay.jetty.handler.rewrite that return Rule
 Rule[] RewriteHandler.getRules()
          Returns the list of rules.
 

Methods in org.mortbay.jetty.handler.rewrite with parameters of type Rule
 void RewriteHandler.addRule(Rule rule)
          Add a Rule
 void RewriteHandler.setRules(Rule[] rules)
          Assigns the rules to process.
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.