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

Packages that use PathMap
org.mortbay.jetty.handler   
 

Uses of PathMap in org.mortbay.jetty.handler
 

Methods in org.mortbay.jetty.handler that return PathMap
 PathMap RewriteHandler.getRewrite()
           
 

Methods in org.mortbay.jetty.handler with parameters of type PathMap
 void RewriteHandler.setRewrite(PathMap rewrite)