Uses of Interface
org.springframework.web.servlet.FlashMapManager
Packages that use FlashMapManager Package Description org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.org.springframework.web.servlet.support Support classes for Spring's web MVC framework.Uses of FlashMapManager in org.springframework.test.web.servlet.setup
Methods in org.springframework.test.web.servlet.setup with parameters of type FlashMapManager Modifier and Type Method Description StandaloneMockMvcBuilderStandaloneMockMvcBuilder. setFlashMapManager(FlashMapManager flashMapManager)Provide a custom FlashMapManager instance.Uses of FlashMapManager in org.springframework.web.servlet.support
Classes in org.springframework.web.servlet.support that implement FlashMapManager Modifier and Type Class Description classAbstractFlashMapManagerA base class forFlashMapManagerimplementations.classSessionFlashMapManagerStore and retrieveFlashMapinstances to and from the HTTP session.Methods in org.springframework.web.servlet.support that return FlashMapManager Modifier and Type Method Description static FlashMapManagerRequestContextUtils. getFlashMapManager(HttpServletRequest request)Return theFlashMapManagerinstance to save flash attributes.