Uses of Class
org.eclipse.jetty.servlet.ServletMapping
-
Packages that use ServletMapping Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of ServletMapping in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return ServletMapping Modifier and Type Method Description ServletMappingServletHandler. getServletMapping(java.lang.String pathSpec)Get the ServletMapping matching the pathServletMapping[]ServletHandler. getServletMappings()Methods in org.eclipse.jetty.servlet with parameters of type ServletMapping Modifier and Type Method Description voidServletHandler. addServletMapping(ServletMapping mapping)Convenience method to add a pre-constructed ServletMapping.voidServletHandler. setServletMappings(ServletMapping[] servletMappings)
-