当前位置:网站首页>6.9.1 flashmapmanager initialization (flashmapmanager redirection Management) - SSM in depth analysis and project practice
6.9.1 flashmapmanager initialization (flashmapmanager redirection Management) - SSM in depth analysis and project practice
2020-11-06 01:14:00 【Memory】
List of articles
6.9 FlashMapManager Redirection Management
FlashMapManager It's for retrieval and preservation FlashMap Instance policy interface .
Spring3.1 And then we introduced a new one called Flash Attribute The function of , It is mainly to solve the problem of submitting data repeatedly in the form , application POST/Redirect/GET(PRG) Mode to prevent duplicate submission of data ( Form passed HTTP POST After the request is submitted , The user refreshes the response page before the server returns , Will cause the original form content to be submitted repeatedly , It may lead to some unpredictable results ).
So use the redirection request to the success page , In this way, users will not submit the form when they refresh , It's loading new GET request . But redirection introduces the problem of not passing request parameters and properties , therefore Spring Of Flash Attribute It's to ask for redirection before , Solve the problem of temporary storage .
FlashMap Provide a method for one request to store data properties used in another request .
When from a URL Redirect to another URL when ,FlashMap The request data will be saved before redirection ( It is usually kept in Session in ), And write the data to the request when redirecting , And immediately after the reset, the original will be saved in Session Request data deletion in . and FlashMapManager It's used to manage FlashM
版权声明
本文为[Memory]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
随机推荐
刚毕业不久,接私活赚了2万块!
C语言中字符字符串以及内存操作函数
Python爬蟲實戰詳解:爬取圖片之家
5.4 静态资源映射 -《SSM深入解析与项目实战》
Working principle of gradient descent algorithm in machine learning
html
适合时间序列数据的计算脚本
H5打造属于自己的视频播放器(JS篇2)
按指定基准对齐的分组运算
7.3.1 文件的上传与零XML注册拦截器 -《SSM深入解析与项目实战》
9.1 sqlsessionfactorybuilder - SSM in depth analysis and project practice
Outlier detection based on RNN self encoder
使用Asponse.Words處理Word模板
Probabilistic linear regression with uncertain weights
Dapr实现分布式有状态服务的细节
计算机TCP/IP面试10连问,你能顶住几道?
Jumpserver高可用集群部署:(六)SSH代理模块koko部署并实现系统服务管理
一场关于FLV是否要支持HEVC的争论
阻塞队列之LinkedBlockingQueue分析
架构文章搜集








