Uses of Interface
jakarta.servlet.http.HttpServletMapping
-
Packages that use HttpServletMapping Package Description jakarta.servlet.http -
-
Uses of HttpServletMapping in jakarta.servlet.http
Methods in jakarta.servlet.http that return HttpServletMapping Modifier and Type Method Description default HttpServletMappingHttpServletRequest. getHttpServletMapping()Obtain the mapping information for this request.HttpServletMappingHttpServletRequestWrapper. getHttpServletMapping()The default behavior of this method is to returnHttpServletRequest.getHttpServletMapping()on the wrapped request object.
-