Uses of Class
org.mortbay.jetty.servlet.ServletMapping

Packages that use ServletMapping
org.mortbay.jetty.servlet   
 

Uses of ServletMapping in org.mortbay.jetty.servlet
 

Fields in org.mortbay.jetty.servlet declared as ServletMapping
private  ServletMapping[] ServletHandler._servletMappings
           
 

Methods in org.mortbay.jetty.servlet that return ServletMapping
 ServletMapping[] ServletHandler.getServletMappings()
           
 

Methods in org.mortbay.jetty.servlet with parameters of type ServletMapping
 void ServletHandler.setServletMappings(ServletMapping[] servletMappings)