Uses of Interface
org.eclipse.jetty.rewrite.handler.Rule.ApplyURI

Packages that use Rule.ApplyURI
org.eclipse.jetty.rewrite.handler   
 

Uses of Rule.ApplyURI in org.eclipse.jetty.rewrite.handler
 

Classes in org.eclipse.jetty.rewrite.handler that implement Rule.ApplyURI
 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.
 



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