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

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

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)
           
 

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

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

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



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