Class ServletPathMapping

java.lang.Object
org.eclipse.jetty.server.ServletPathMapping
All Implemented Interfaces:
jakarta.servlet.http.HttpServletMapping

public class ServletPathMapping extends Object implements jakarta.servlet.http.HttpServletMapping
Implementation of HttpServletMapping. Represents the application of a ServletPathSpec to a specific path that resulted in a mapping to a Servlet. As well as supporting the standard HttpServletMapping methods, this class also carries fields, which can be precomputed for the implementation of HttpServletRequest.getServletPath() and HttpServletRequest.getPathInfo()