Java Struts 框架中是否有相当于 Django 反向 URL 查找的功能?

发布于 2024-12-05 22:33:08 字数 341 浏览 1 评论 0原文

我想知道是否有一个 Struts 相当于 Django 的反向 URL 查找,您可以在其中将名称与 URL 模式相关联并在代码中引用它们。这使您可以轻松更改 URL,因为所有 URL 都是在单个位置 (urls.py) 定义的

,即一种将名称分配给 URL 模式的方法,然后能够从名称和值生成正确的 URL为替换参数。

https://docs.djangoproject.com/en/1.3/topics/ http/urls/#reverse

I want to find out whether there is a Struts equivalent to Django's reverse URL lookup, where you can associate names to URL patterns and refer to these in your code. This allows you to change the URLs easily, since all of them are defined at a single location (urls.py)

That is, a way to assign names to URL patterns, and then be able to generate a correct URL from the name and values for the replacement parameters.

https://docs.djangoproject.com/en/1.3/topics/http/urls/#reverse

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文