Java Struts 框架中是否有相当于 Django 反向 URL 查找的功能?
我想知道是否有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论