Uses of Class
org.springframework.mock.web.MockHttpServletRequest
Packages that use MockHttpServletRequest
Package
Description
A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
Spring's Web MVC framework.
Contains server-side support for testing Spring MVC applications.
Contains built-in
RequestBuilder
implementations.Contains built-in
ResultMatcher
and ResultHandler
implementations.-
Uses of MockHttpServletRequest in org.springframework.mock.web
Subclasses of MockHttpServletRequest in org.springframework.mock.webModifier and TypeClassDescriptionclass
Mock implementation of theMultipartHttpServletRequest
interface. -
Uses of MockHttpServletRequest in org.springframework.test.web.servlet
Methods in org.springframework.test.web.servlet that return MockHttpServletRequestModifier and TypeMethodDescriptionRequestBuilder.buildRequest
(ServletContext servletContext) Build the request.MvcResult.getRequest()
Return the performed request.SmartRequestBuilder.postProcessRequest
(MockHttpServletRequest request) Apply request post processing.Methods in org.springframework.test.web.servlet with parameters of type MockHttpServletRequestModifier and TypeMethodDescriptionSmartRequestBuilder.postProcessRequest
(MockHttpServletRequest request) Apply request post processing. -
Uses of MockHttpServletRequest in org.springframework.test.web.servlet.request
Methods in org.springframework.test.web.servlet.request that return MockHttpServletRequestModifier and TypeMethodDescriptionfinal MockHttpServletRequest
MockHttpServletRequestBuilder.buildRequest
(ServletContext servletContext) Build aMockHttpServletRequest
.protected MockHttpServletRequest
MockHttpServletRequestBuilder.createServletRequest
(ServletContext servletContext) Create a newMockHttpServletRequest
based on the suppliedServletContext
.protected final MockHttpServletRequest
MockMultipartHttpServletRequestBuilder.createServletRequest
(ServletContext servletContext) Create a newMockMultipartHttpServletRequest
based on the suppliedServletContext
and theMockMultipartFiles
added to this builder.MockHttpServletRequestBuilder.postProcessRequest
(MockHttpServletRequest request) RequestPostProcessor.postProcessRequest
(MockHttpServletRequest request) Post-process the givenMockHttpServletRequest
after its creation and initialization through aMockHttpServletRequestBuilder
.Methods in org.springframework.test.web.servlet.request with parameters of type MockHttpServletRequestModifier and TypeMethodDescriptionMockHttpServletRequestBuilder.postProcessRequest
(MockHttpServletRequest request) RequestPostProcessor.postProcessRequest
(MockHttpServletRequest request) Post-process the givenMockHttpServletRequest
after its creation and initialization through aMockHttpServletRequestBuilder
. -
Uses of MockHttpServletRequest in org.springframework.test.web.servlet.result
Methods in org.springframework.test.web.servlet.result with parameters of type MockHttpServletRequestModifier and TypeMethodDescriptionprotected final MultiValueMap<String,
String> PrintingResultHandler.getParamsMultiValueMap
(MockHttpServletRequest request) protected final HttpHeaders
PrintingResultHandler.getRequestHeaders
(MockHttpServletRequest request) PrintingResultHandler.getSessionAttributes
(MockHttpServletRequest request) protected void
PrintingResultHandler.printRequest
(MockHttpServletRequest request) Print the request.