Class MockHttpServletMapping
java.lang.Object
org.springframework.mock.web.MockHttpServletMapping
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletMapping
public class MockHttpServletMapping
extends Object
implements jakarta.servlet.http.HttpServletMapping
Mock implementation of
HttpServletMapping.
Currently not exposed in MockHttpServletRequest as a setter to
avoid issues for Maven builds in applications with a Servlet 3.1 runtime
requirement.
- Since:
- 5.3.4
- Author:
- Rossen Stoyanchev
-
Constructor Details
-
MockHttpServletMapping
-
-
Method Details
-
getMatchValue
- Specified by:
getMatchValuein interfacejakarta.servlet.http.HttpServletMapping
-
getPattern
- Specified by:
getPatternin interfacejakarta.servlet.http.HttpServletMapping
-
getServletName
- Specified by:
getServletNamein interfacejakarta.servlet.http.HttpServletMapping
-
getMappingMatch
- Specified by:
getMappingMatchin interfacejakarta.servlet.http.HttpServletMapping
-
toString
-