我可以同时使用 stripes 标签库和 spring mvc

发布于 2024-09-14 08:58:13 字数 85 浏览 3 评论 0原文

我想使用条纹标签库,特别是布局功能。我的项目的其余部分是由 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

徒留西风 2024-09-21 08:58:13

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文