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

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

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

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

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



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