Uses of Interface
org.springframework.web.servlet.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
Modifier and TypeMethodDescriptionMockMvcWebTestClient.ControllerSpec.flashMapManager
(FlashMapManager flashMapManager) Provide a custom FlashMapManager. -
Uses of FlashMapManager in org.springframework.test.web.servlet.setup
Modifier and TypeMethodDescriptionStandaloneMockMvcBuilder.setFlashMapManager
(FlashMapManager flashMapManager) Provide a custom FlashMapManager instance. -
Uses of FlashMapManager in org.springframework.web.servlet.config.annotation
-
Uses of FlashMapManager in org.springframework.web.servlet.support
Modifier and TypeClassDescriptionclass
A base class forFlashMapManager
implementations.class
Store and retrieveFlashMap
instances to and from the HTTP session.Modifier and TypeMethodDescriptionstatic FlashMapManager
RequestContextUtils.getFlashMapManager
(HttpServletRequest request) Return theFlashMapManager
instance to save flash attributes.