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
 

Fields in org.mortbay.jetty.servlet declared as PathMap.Entry
(package private)  PathMap.Entry PathMap._default
           
(package private)  PathMap.Entry PathMap._prefixDefault
           
 

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