Struts 2 中的全局转发是什么?
Struts 2 中的全局转发是什么?它们如何工作?
What are global forwards in Struts 2, and how do they work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Struts 2 中的全局转发是什么?它们如何工作?
What are global forwards in Struts 2, and how do they work?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
将全局转发视为通用结果或常见转发,例如显示所有操作的通用错误消息的错误页面或仅限会员页面的登录转发等。
它们独立于单独的操作,并且可以从任何操作中调用。除此之外,他们将像普通前锋一样工作。
Think of global forwards as generic results or common forwards like error pages that display generic error messages for all actions or login forwards for members only pages, etc.
They are independent of individual actions and can be called from any action. Apart from that, they will work just like normal forwards.