EL 2.1 和 2.2 之间的差异
我正在寻找 EL 2.1 和 2.2 之间的差异列表。
我知道 EL 2.1 和 2.2 之间的一个区别是 2.2 中传递方法参数的能力。还有其他区别吗?
有没有可用的功能比较表来说明差异?我已经找了好几天了,到目前为止还没有找到它。
谢谢
I am looking for list of differences between EL 2.1 and 2.2.
I know one difference between EL 2.1 and 2.2 is ability to pass method parameters in 2.2. Are there any other differences?
Is there any feature comparison chart available for the differences? I have been searching for a few days and haven't been able to locate it so far.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案就在 EL 2.2 中。规范文档。以下是相关性的摘录:
没有提及其他变化。所以,它确实只是方法调用能力。
The answer is in the EL 2.2. specification document. Here's an extract of relevance:
No other changes are mentioned. So, it's indeed just only the method invocation capability.