Uses of Interface
org.springframework.test.web.servlet.request.RequestPostProcessor
Packages that use RequestPostProcessor
Package
Description
Contains built-in
RequestBuilder
implementations.Contains built-in
MockMvcBuilder implementations.-
Uses of RequestPostProcessor in org.springframework.test.web.servlet.request
Methods in org.springframework.test.web.servlet.request with parameters of type RequestPostProcessorModifier and TypeMethodDescriptionConfigurableSmartRequestBuilder.with(RequestPostProcessor requestPostProcessor) Add the givenRequestPostProcessor.MockHttpServletRequestBuilder.with(RequestPostProcessor postProcessor) An extension point for further initialization ofMockHttpServletRequestin ways not built directly into theMockHttpServletRequestBuilder. -
Uses of RequestPostProcessor in org.springframework.test.web.servlet.setup
Methods in org.springframework.test.web.servlet.setup that return RequestPostProcessorModifier and TypeMethodDescriptiondefault RequestPostProcessorMockMvcConfigurer.beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext context) Invoked when the MockMvc instance is about to be created with the MockMvc builder and the Spring WebApplicationContext that will be passed to theDispatcherServlet.MockMvcConfigurerAdapter.beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext cxt) SharedHttpSessionConfigurer.beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext context)