Uses of Interface
org.springframework.web.servlet.FlashMapManager
Packages that use FlashMapManager
Package
Description
Support for testing Spring MVC applications via
WebTestClient
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.client
Methods 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.setup
Methods 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.annotation
Methods in org.springframework.web.servlet.config.annotation that return FlashMapManager -
Uses of FlashMapManager in org.springframework.web.servlet.support
Classes in org.springframework.web.servlet.support that implement FlashMapManagerModifier and TypeClassDescriptionclass
A base class forFlashMapManager
implementations.class
Store and retrieveFlashMap
instances to and from the HTTP session.Methods in org.springframework.web.servlet.support that return FlashMapManagerModifier and TypeMethodDescriptionstatic FlashMapManager
RequestContextUtils.getFlashMapManager
(HttpServletRequest request) Return theFlashMapManager
instance to save flash attributes.