Uses of Package
org.springframework.test.web.servlet.request
Packages that use org.springframework.test.web.servlet.request
Package
Description
Contains built-in
RequestBuilder
implementations.Contains built-in
MockMvcBuilder implementations.-
Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.requestClassDescriptionAn extension of
SmartRequestBuilderthat can be configured withRequestPostProcessors.Default builder forMockHttpServletRequestrequired as input to perform requests inMockMvc.Default builder forMockMultipartHttpServletRequest.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.setupClassDescriptionExtension point for applications or 3rd party libraries that wish to further initialize a
MockHttpServletRequestinstance after it has been built byMockHttpServletRequestBuilderor its subclassMockMultipartHttpServletRequestBuilder.