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

Packages that use LegacyRule
org.eclipse.jetty.rewrite.handler   
 

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

Fields in org.eclipse.jetty.rewrite.handler declared as LegacyRule
protected  LegacyRule RuleContainer._legacy
           
 

Methods in org.eclipse.jetty.rewrite.handler with parameters of type LegacyRule
 void RewriteHandler.setLegacyRule(LegacyRule legacyRule)
          To enable configuration from jetty.xml on rewriteRequestURI, rewritePathInfo and originalPathAttribute
 void RuleContainer.setLegacyRule(LegacyRule legacyRule)
          To enable configuration from jetty.xml on rewriteRequestURI, rewritePathInfo and originalPathAttribute
 



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