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

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

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

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

Methods in org.eclipse.jetty.rewrite.handler with parameters of type PathMap
 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 entry, IPAddressMap<PathMap> patternMap)
          Helper method to parse the new entry and add it to the specified address pattern map.
protected  void IPAccessHandler.dump(StringBuilder buf, IPAddressMap<PathMap> patternMap)
          Dump a pattern map into a StringBuilder buffer
protected  void IPAccessHandler.set(String[] entries, IPAddressMap<PathMap> patternMap)
          Helper method to process a list of new entries and replace the content of the specified address pattern map
 

Uses of PathMap in org.eclipse.jetty.servlets
 

Fields in org.eclipse.jetty.servlets with type parameters of type PathMap
protected  HostMap<PathMap> ProxyServlet._black
           
protected  HostMap<PathMap> ProxyServlet._white
           
 



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