Uses of Class
org.eclipse.jetty.servlet.ServletMapping
Package
Description
Jetty Annotations : Support for Servlet Annotations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletMapping in org.eclipse.jetty.annotations
Modifier and TypeMethodDescriptionprotected List<ServletMapping>
ServletSecurityAnnotationHandler.getServletMappings
(String className) Get the ServletMappings for the servlet's class.Modifier and TypeMethodDescriptionprotected boolean
ServletSecurityAnnotationHandler.constraintsExist
(List<ServletMapping> servletMappings, List<ConstraintMapping> constraintMappings) Check if there are already<security-constraint>
elements defined that match the url-patterns for the servlet. -
Uses of ServletMapping in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionServletHandler.getServletMapping
(String pathSpec) Get the ServletMapping matching the pathServletHandler.getServletMappings()
Modifier 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
Modifier and TypeMethodDescriptionStandardDescriptorProcessor.addServletMapping
(String servletName, XmlParser.Node node, WebAppContext context, Descriptor descriptor)