Uses of Package
org.springframework.test.web.servlet.request
Packages that use org.springframework.test.web.servlet.request Package Description org.springframework.test.web.servlet.request Contains built-inRequestBuilderimplementations.org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.request Class Description ConfigurableSmartRequestBuilder An extension ofSmartRequestBuilderthat can be configured withRequestPostProcessors.MockHttpServletRequestBuilder Default builder forMockHttpServletRequestrequired as input to perform requests inMockMvc.MockMultipartHttpServletRequestBuilder Default builder forMockMultipartHttpServletRequest.RequestPostProcessor Extension point for applications or 3rd party libraries that wish to further initialize aMockHttpServletRequestinstance after it has been built byMockHttpServletRequestBuilderor its subclassMockMultipartHttpServletRequestBuilder.Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.setup Class Description RequestPostProcessor Extension point for applications or 3rd party libraries that wish to further initialize aMockHttpServletRequestinstance after it has been built byMockHttpServletRequestBuilderor its subclassMockMultipartHttpServletRequestBuilder.