在eclipse中获取EL变量属性

发布于 2024-08-25 00:52:34 字数 152 浏览 1 评论 0原文

我正在使用 Eclipse/Spring 源代码来编辑 JSP 标签和 EL。如果我想检查变量的所有属性是什么,有没有办法做到这一点?或者甚至找出哪个文件正在生成传入的变量。我正在考虑类似于 Javascript 的 firebug 的方法,您可以在其中选择一个对象并向下钻取以获取其属性。

I'm using Eclipse/Spring source to edit JSP tags and EL. If I want to check what all the properties of a variable are is there a way to do this? Or even find out which file is generating the variable that's passed in. I'm thinking something along the lines of firebug for Javascript, where you can select an object and drill-down to get it's properties.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疏忽 2024-09-01 00:52:34

Eclipse 尚不支持 EL 自动完成。它还没有那么聪明。 IntelliJ Ultimate Edition 支持它并且MyEclipse 也支持它,但两者都不是免费的(当谈论 JSP/EL 开发时)。

JBoss Tools Eclipse 插件在一定程度上支持它,仅适用于隐式/预定义的 EL 对象,但是不适用于您自己作为属性放入请求/会话/应用程序范围中的自定义属性。

Eclipse doesn't support EL autocomplete yet. It isn't that smart yet. IntelliJ Ultimate Edition supports it and MyEclipse supports it as well, but both are not free (when talking about JSP/EL development).

The JBoss Tools Eclipse plugin supports it to a certain degree, only for implicit/predefinied EL objects, but not for custom ones which you've put as attribute in request/session/application scope yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文