EL 的类编译验证

发布于 2024-10-05 16:16:55 字数 174 浏览 1 评论 0原文

我需要确保 JSP 页面中使用的属性存在。我使用从中获取数据的第 3 方 jar,并且我想确保是否从该 jar 中的对象中删除了某些数据,而我不显示不存在的 bean 属性。

据我了解,EL 中使用了反射,因此 JSP 页面的预编译没有帮助。是否有某种工具或其他解决方案可以检查我使用的所有 EL 属性以确保它们存在?

I need to make sure the properties I use in JSP page exist. I use 3-rd party jar that I get data from and I want to make sure if some of the data is removed from the objects in that jar that I don't display the bean properties that don't exist.

As I understand reflection is used in EL, so pre-compilation of JSP pages doesn't help. Is there some kind of tool or other solution that can check all the EL properties I use to make sure they exist?

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

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

发布评论

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

评论(1

黯然 2024-10-12 16:16:55

您可能想尝试 Eclipse 编辑器 JSP 插件

You may want to try out Eclipse Editor JSP Plugin

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