Class MockHttpServletMapping

java.lang.Object
org.springframework.mock.web.MockHttpServletMapping
All Implemented Interfaces:
HttpServletMapping

public class MockHttpServletMapping extends Object implements 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