Uses of Interface
org.springframework.web.servlet.FlashMapManager
Packages that use FlashMapManager
Package
Description
Annotation-based setup for Spring MVC.
Support classes for Spring's web MVC framework.
-
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.