Uses of Interface
org.springframework.web.servlet.FlashMapManager
Packages that use FlashMapManager
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.Contains built-in 
MockMvcBuilder implementations.Annotation-based setup for Spring MVC.
Support classes for Spring's web MVC framework.
- 
Uses of FlashMapManager in org.springframework.test.web.servlet.clientMethods in org.springframework.test.web.servlet.client with parameters of type FlashMapManagerModifier and TypeMethodDescriptionMockMvcWebTestClient.ControllerSpec.flashMapManager(FlashMapManager flashMapManager) Provide a custom FlashMapManager.
- 
Uses of FlashMapManager in org.springframework.test.web.servlet.setupMethods in org.springframework.test.web.servlet.setup with parameters of type FlashMapManagerModifier and TypeMethodDescriptionStandaloneMockMvcBuilder.setFlashMapManager(FlashMapManager flashMapManager) Provide a custom FlashMapManager instance.
- 
Uses of FlashMapManager in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation that return FlashMapManager
- 
Uses of FlashMapManager in org.springframework.web.servlet.supportClasses in org.springframework.web.servlet.support that implement FlashMapManagerModifier and TypeClassDescriptionclassA base class forFlashMapManagerimplementations.classStore and retrieveFlashMapinstances to and from the HTTP session.Methods in org.springframework.web.servlet.support that return FlashMapManagerModifier and TypeMethodDescriptionstatic @Nullable FlashMapManagerRequestContextUtils.getFlashMapManager(jakarta.servlet.http.HttpServletRequest request) Return theFlashMapManagerinstance to save flash attributes.