Uses of Class
org.eclipse.jetty.server.ServletPathMapping
Packages that use ServletPathMapping
Package
Description
Jetty Server : Core Server API
Jetty Server : Modular Servlet Integration
-
Uses of ServletPathMapping in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ServletPathMappingMethods in org.eclipse.jetty.server 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.servlet
Methods in org.eclipse.jetty.servlet that return ServletPathMappingModifier and TypeMethodDescriptionServletHandler.MappedServlet.getServletPathMapping(String pathInContext, MatchedPath matchedPath)