Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
Modifier and Type | Method and Description |
---|---|
FlashMapManager |
WebMvcConfigurationSupport.flashMapManager() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlashMapManager
A base class for
FlashMapManager implementations. |
class |
SessionFlashMapManager
Store and retrieve
FlashMap instances to and from the HTTP session. |
Modifier and Type | Method and Description |
---|---|
static FlashMapManager |
RequestContextUtils.getFlashMapManager(HttpServletRequest request)
Return the
FlashMapManager instance to save flash attributes. |