Uses of Class
org.eclipse.jetty.servlet.ServletMapping
Packages that use ServletMapping
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletMapping in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as ServletMappingMethods in org.eclipse.jetty.servlet that return ServletMappingModifier and TypeMethodDescriptionServletHandler.getServletMapping(String pathSpec) Get the ServletMapping matching the pathServletHandler.getServletMappings()Methods in org.eclipse.jetty.servlet with parameters of type ServletMappingModifier and TypeMethodDescriptionvoidServletHandler.addServletMapping(ServletMapping mapping) Convenience method to add a pre-constructed ServletMapping.voidServletHandler.setServletMappings(ServletMapping[] servletMappings) -
Uses of ServletMapping in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp with type parameters of type ServletMappingModifier and TypeFieldDescription(package private) final List<ServletMapping> StandardDescriptorProcessor._servletMappingsMethods in org.eclipse.jetty.webapp that return ServletMappingModifier and TypeMethodDescriptionStandardDescriptorProcessor.addServletMapping(String servletName, XmlParser.Node node, WebAppContext context, Descriptor descriptor)