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 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
 



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