我可以同时使用 stripes 标签库和 spring mvc
我想使用条纹标签库,特别是布局功能。我的项目的其余部分是由 spring mvc 处理的。
是否可以在不添加任何条纹过滤器的情况下使用条纹?
I want to use stripes tag library specifically layout features. My rest of the project is handled by spring mvc.
Is this possible to use stripes without adding any stripes filter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在web.xml中,您可以配置 Stripes DispatcherServlet 具有url-pattern,以便 Stripes 前端控制器仅响应某些 URL。另一种选择是为 Stripes 和 Spring MVC 使用单独的上下文路径。
In the web.xml you can configure the Stripes DispatcherServlet with an url-pattern so that Stripes front controller will only respond to certain URL's. Another option is, to use separate context-paths for Stripes and Spring MVC.