缓存清理
我必须在我的应用程序中使用 Spring MVC 实现缓存清除(就像我们刷新表单时不再提交一样)。
是否有可用的内置过滤器或任何其他方式来自定义过滤器?
I have to implement cache clearing (like when we refresh form is not submitted again) in my application, where using spring MVC.
Is there any inbuilt filter available or any other way to customize a filter for the same ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了防止用户重新发布,您可能需要重定向到您的视图,而不是简单地返回它。
来自弹簧文档:
http://static .springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-redirecting
In order to prevent the user re-posting you might want to redirect to your view rather than simply returning it.
From the spring documentation:
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-redirecting