Uses of Class
org.eclipse.jetty.ee9.nested.ServletPathMapping
Packages that use ServletPathMapping
Package
Description
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
-
Uses of ServletPathMapping in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return ServletPathMappingModifier and TypeMethodDescriptionstatic ServletPathMappingObtain aServletPathMappinginstance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatchRequest.getServletPathMapping()Methods in org.eclipse.jetty.ee9.nested with parameters of type ServletPathMappingModifier and TypeMethodDescriptionvoidServletAttributes.setAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString) voidRequest.setServletPathMapping(ServletPathMapping servletPathMapping) Set the servletPathMapping, the servletPath and the pathInfo. -
Uses of ServletPathMapping in org.eclipse.jetty.ee9.servlet
Methods in org.eclipse.jetty.ee9.servlet that return ServletPathMappingModifier and TypeMethodDescriptionServletHandler.MappedServlet.getServletPathMapping(String pathInContext, MatchedPath matchedPath)