动态场所 NameTokens GWT 平台
您好,我想知道 GWTP 是否可以创建可以回答许多 NameToken 的 Presenter。
例如,我可以直接访问“!#caarlos0
”或“/”,而不是通过“
”。!#user;param=caarlos0
”从用户那里访问页面。 caarlos0
这可能吗? 如果是,我该怎么做?
提前致谢。
Hi I was wondering if it would be possible with the GWTP, create Presenters who can answer many NameTokens.
For example, instead of accessing the page from a user through "!#user;param=caarlos0
" I could directly access "!#caarlos0
" or "/caarlos0
".
This is possible?
If yes, how can I do it?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前不支持此功能。但令牌和演示者之间存在多对多关系的问题(请参阅http://code.google.com/p/gwt-platform/issues/detail?id=78)。
如果这不正是您想要的,我想这是发布您的功能请求的好地方。
Currently this is not supported. But there's an issue about many-to-many relationship between tokens and presenters (see http://code.google.com/p/gwt-platform/issues/detail?id=78).
If that's not exactly what you're looking for I guess it is a good place to post your feature request.