当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Python machine learning algorithm: linear regression
- 数据科学家与机器学习工程师的区别? - kdnuggets
- 面经手册 · 第16篇《码农会锁,ReentrantLock之公平锁讲解和实现》
- 深入了解JS数组的常用方法
- 6.9.1 FlashMapManager初始化(FlashMapManager重定向管理) -《SSM深入解析与项目实战》
- 用git2consul从Git同步配置到Consul
- 被老程式設計師壓榨怎麼辦?我不想辭職
- Vue 3 响应式基础
- NodeJs爬虫抓取古代典籍,共计16000个页面心得体会总结及项目分享
- 2020十大最佳大数据分析工具,果断收藏
猜你喜欢
随机推荐
权重不确定的概率线性回归
5.4 静态资源映射 -《SSM深入解析与项目实战》
【數量技術宅|金融資料系列分享】套利策略的價差序列計算,恐怕沒有你想的那麼簡單
网络安全工程师演示:原来***是这样获取你的计算机管理员权限的!【***】
Python机器学习算法:线性回归
业务策略、业务规则、业务流程和业务主数据之间关系 - modernanalyst
9.2.5 environmentslelement method (XML configuration builder analysis) - SSM in depth analysis and project practice
ThreadLocal原理大解析
按指定基准对齐的分组运算
keras model.compile损失函数与优化器
如何成为数据科学家? - kdnuggets
数据科学家与机器学习工程师的区别? - kdnuggets
10款好用的自动化测试工具
7.2.3 GZIP一键压缩工具 -《SSM深入解析与项目实战》
刚毕业不久,接私活赚了2万块!
如何使用ES6中的参数
通用的底层埋点都是怎么做的?
阿里CCO项目组面试的思考
Skywalking系列博客5-apm-customize-enhance-plugin插件使用教程
7.3.2 File Download & big file download