启用 ctrl-click 从 EL 跳转到 java 模块
我正在使用 Eclipse Java EE IDE (Galileo) 和 Seam 框架。我感兴趣如何启用 ctrl-click 从 EL 跳转到 java 模块(在 jsf 视图中)?
I'm using Eclipse Java EE IDE (Galileo) with seam framework. I'm interested how to enable ctrl-click to jump from an EL to a java module (in jsf views)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 确实可以识别 JSF EL 中的 ctrl-click,这种绑定是在 General>Editors>Text Editors>Hyperlinking 中定义的。您只能在 faces-config 中定义的变量上使用它,因此这些变量在运行时之前绑定到类。我错了吗?
Eclipse does recognize ctrl-click in JSF EL, such binding is defined in General>Editors>Text Editors>Hyperlinking. You will be able to use it only on variables defined in faces-config, so those are bound to the Classes before runtime. Am i wrong?