Uses of Class
org.eclipse.jetty.http.PathMap

Packages that use PathMap
org.eclipse.jetty.rewrite.handler   
org.eclipse.jetty.server.handler   
 

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

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

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

Uses of PathMap in org.eclipse.jetty.server.handler
 

Method parameters in org.eclipse.jetty.server.handler with type arguments of type PathMap
protected  void IPAccessHandler.add(String addrPath, Map<String,PathMap> addrMap, List<String> patternList)
           
protected  void IPAccessHandler.set(String[] addrPaths, Map<String,PathMap> addrMap, List<String> patternList)
           
 



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