Uses of Class
org.eclipse.jetty.ee8.servlet.ServletMapping
Packages that use 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.ee8.annotationsMethods in org.eclipse.jetty.ee8.annotations that return types with arguments of type ServletMappingModifier and TypeMethodDescriptionprotected List<ServletMapping> ServletSecurityAnnotationHandler.getServletMappings(String className) Get the ServletMappings for the servlet's class.Method parameters in org.eclipse.jetty.ee8.annotations with type arguments of type ServletMappingModifier and TypeMethodDescriptionprotected booleanServletSecurityAnnotationHandler.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.ee8.servletMethods in org.eclipse.jetty.ee8.servlet that return ServletMappingModifier and TypeMethodDescriptionServletHandler.getServletMapping(String pathSpec) Get the ServletMapping matching the pathServletHandler.getServletMappings()Methods in org.eclipse.jetty.ee8.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.ee8.webappMethods in org.eclipse.jetty.ee8.webapp that return ServletMappingModifier and TypeMethodDescriptionStandardDescriptorProcessor.addServletMapping(String servletName, XmlParser.Node node, WebAppContext context, Descriptor descriptor)