Package org.springframework.mock.web
Class MockHttpServletMapping
java.lang.Object
org.springframework.mock.web.MockHttpServletMapping
- All Implemented Interfaces:
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 Summary
ConstructorDescriptionMockHttpServletMapping
(String matchValue, String pattern, String servletName, MappingMatch match) -
Method Summary
-
Constructor Details
-
MockHttpServletMapping
public MockHttpServletMapping(String matchValue, String pattern, String servletName, @Nullable MappingMatch match)
-
-
Method Details
-
getMatchValue
- Specified by:
getMatchValue
in interfaceHttpServletMapping
-
getPattern
- Specified by:
getPattern
in interfaceHttpServletMapping
-
getServletName
- Specified by:
getServletName
in interfaceHttpServletMapping
-
getMappingMatch
- Specified by:
getMappingMatch
in interfaceHttpServletMapping
-
toString
-