从 URL 中删除 GWT 令牌
使用 GWT 活动和地点时,是否可以不显示令牌,例如 URL 中的“:myToken”,如下所示。
从: http://domain.com/page/#HelloPlace:myToken
至: http://domain.com/page/#HelloPlace
非常感谢, 亚历克斯
When working with GWT Activities and Places, is it possible to not display the token, e.g. ":myToken" in the URL as seen below.
From:
http://domain.com/page/#HelloPlace:myToken
To:
http://domain.com/page/#HelloPlace
Many thanks,
Alex
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用内置 MVP 架构时,应用程序中的历史支持需要令牌,我认为您不能删除它们,除非您只想在应用程序中拥有一个屏幕。
The tokens are required for history support in the application when using the built in MVP architecture, I don't think you can remove them unless you only want to have one screen in your application.
请参阅 HyperLink.setTargetHistoryToken() 文档 javadoc。
您可以使用锚点是你不需要历史处理。
See HyperLink.setTargetHistoryToken() documentation javadoc.
You can use an Anchor is you don't need history processing.