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 TypeMethodDescriptionvoid
ServletHandler.addServletMapping
(ServletMapping mapping) Convenience method to add a pre-constructed ServletMapping.void
ServletHandler.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._servletMappings
Methods in org.eclipse.jetty.webapp that return ServletMappingModifier and TypeMethodDescriptionStandardDescriptorProcessor.addServletMapping
(String servletName, XmlParser.Node node, WebAppContext context, Descriptor descriptor)