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

Packages that use PathMap.Entry
org.mortbay.jetty.servlet   
 

Uses of PathMap.Entry in org.mortbay.jetty.servlet
 

Methods in org.mortbay.jetty.servlet that return PathMap.Entry
 PathMap.Entry ServletHandler.getHolderEntry(String pathInContext)
          ServletHolder matching path.
 PathMap.Entry PathMap.getMatch(String path)
          Get the entry mapped by the best specification.