Uses of Class
org.eclipse.jetty.servlet.ServletMapping
-
Packages that use ServletMapping Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ServletMapping in org.eclipse.jetty.annotations
Methods in org.eclipse.jetty.annotations that return types with arguments of type ServletMapping Modifier and Type Method Description protected java.util.List<ServletMapping>ServletSecurityAnnotationHandler. getServletMappings(java.lang.String className)Get the ServletMappings for the servlet's class.private java.util.List<ServletMapping>WebServletAnnotation. getServletMappingsForServlet(java.lang.String name)Method parameters in org.eclipse.jetty.annotations with type arguments of type ServletMapping Modifier and Type Method Description protected booleanServletSecurityAnnotationHandler. constraintsExist(java.util.List<ServletMapping> servletMappings, java.util.List<ConstraintMapping> constraintMappings)Check if there are already<security-constraint>elements defined that match the url-patterns for the servlet.private booleanWebServletAnnotation. containsNonDefaultMappings(java.util.List<ServletMapping> mappings) -
Uses of ServletMapping in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as ServletMapping Modifier and Type Field Description private ServletMapping[]ServletHandler. _servletMappingsMethods 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) -
Uses of ServletMapping in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp with type parameters of type ServletMapping Modifier and Type Field Description (package private) java.util.List<ServletMapping>StandardDescriptorProcessor. _servletMappingsMethods in org.eclipse.jetty.webapp that return ServletMapping Modifier and Type Method Description ServletMappingStandardDescriptorProcessor. addServletMapping(java.lang.String servletName, XmlParser.Node node, WebAppContext context, Descriptor descriptor)
-