如何将主页 url (/) 映射到 Struts 2 REST 操作
我正在使用 Struts 2 和 REST 插件开发一个 Web 应用程序。我已经以 REST 风格开发了应用程序的所有基本功能:myapp.org/login、myapp.org/register、myapp.org/profile 等。现在我必须制作主页并将所有内容放在一起。我的问题是:有没有办法将应用程序的主(基)URL 映射到 REST 风格的任何 Action 类。我的意思是例如 myapp.org 映射到 Home 操作类,insted myapp.org/home 映射到 Home 操作类? 先感谢您。 此致, 拉希德
I am developing a web application using Struts 2 and REST plugin. I already developed all the basic functionality of the application in REST style: myapp.org/login, myapp.org/register, myapp.org/profile, etc. Now I have to make the home page and get everything together. My question is: Is there any way to map the home (base) URL of the application to any Action class in REST style. I mean for example myapp.org to map to Home action class, insted of myapp.org/home to map to the Home action class?
Thank you in advance.
Best regards,
Rashid
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 web.xml 中设置欢迎文件
Set the welcome file in web.xml