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 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 FlashMapManagerRequestContextUtils.getFlashMapManager(HttpServletRequest request) Return theFlashMapManagerinstance to save flash attributes.