EL 的类编译验证
我需要确保 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想尝试 Eclipse 编辑器 JSP 插件
You may want to try out Eclipse Editor JSP Plugin