Uses of Class
org.eclipse.jetty.rewrite.handler.PatternRule

Uses of PatternRule in org.eclipse.jetty.rewrite.handler
 

Subclasses of PatternRule in org.eclipse.jetty.rewrite.handler
 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 ProxyRule
          This rule allows the user to configure a particular rewrite rule that will proxy out to a configured location.
 class RedirectPatternRule
          Redirects the response whenever the rule finds a match.
 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.
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.