当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
随机推荐
6.9.1 FlashMapManager初始化(FlashMapManager重定向管理) -《SSM深入解析与项目实战》
别走!这里有个笔记:图文讲解 AQS ,一起看看 AQS 的源码……(图文较长)
經典動態規劃:完全揹包問題
使用LIME解释黑盒ML模型
GDB调试基础使用方法
【事件中心 Azure Event Hub】Event Hub日誌種發現的錯誤資訊解讀
【C/C++ 2】Clion配置与运行C语言
Skywalking系列博客5-apm-customize-enhance-plugin插件使用教程
OPTIMIZER_TRACE详解
drf JWT认证模块与自定制
安装Consul集群
Jumpserver高可用集群部署:(六)SSH代理模块koko部署并实现系统服务管理
自然语言处理之分词、命名主体识别、词性、语法分析-stanfordcorenlp-NER(二)
普通算法面试已经Out啦!机器学习算法面试出炉 - kdnuggets
Cocos Creator 源码解读:引擎启动与主循环
Anomaly detection method based on SVM
7.3.1 file upload and zero XML registration interceptor
Clean架构能够解决哪些问题? - jbogard
Jmeter——ForEach Controller&Loop Controller
Big data real-time calculation of baichenghui Hangzhou station









