Class MockMvcRequestBuilderUtils.FormRequestPostProcessor

  • All Implemented Interfaces:
    org.springframework.test.web.servlet.request.RequestPostProcessor
    Enclosing class:
    MockMvcRequestBuilderUtils

    public static class MockMvcRequestBuilderUtils.FormRequestPostProcessor
    extends Object
    implements org.springframework.test.web.servlet.request.RequestPostProcessor
    Implementation of RequestPostProcessor that adds form parameters to the request before execution.
    • Method Detail

      • postProcessRequest

        public org.springframework.mock.web.MockHttpServletRequest postProcessRequest​(org.springframework.mock.web.MockHttpServletRequest request)
        Specified by:
        postProcessRequest in interface org.springframework.test.web.servlet.request.RequestPostProcessor