Uses of Class
org.mortbay.jetty.servlet.PathMap

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

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

Methods in org.mortbay.jetty.handler.rewrite that return PathMap
 PathMap RewriteHandler.getRewrite()
          Deprecated.  
 PathMap LegacyRule.getRewrite()
          Returns the map of rewriting rules.
 

Methods in org.mortbay.jetty.handler.rewrite with parameters of type PathMap
 void RewriteHandler.setRewrite(PathMap rewrite)
          Deprecated.  
 void LegacyRule.setRewrite(PathMap rewrite)
          Sets the map of rewriting rules.
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.