JSF EL:instanceof 已保留但尚未实现?
我在 JSF EL 中找到了 instanceof 运算符,但在使用时它会抛出异常。明明是保留了却没有执行?如果还没有比我当前使用的 JSF 1.2 更新的版本,那么它(可能)什么时候可用?
I've found the instanceof operator in JSF EL, but it throws an exception when used. It's obviously reserved but not implemented? When will it (probably) be available, if not already in a newer version than JSF 1.2, which I'm currently using?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关键字
instanceof
确实在 EL 中保留(请参阅 here),但在最新版本的 EL(2.2)中仍然没有使用,在 JSF 2.x 中使用。The keyword
instanceof
is indeed reserved in the EL (see here), but it is still not used in the latest version of EL (2.2), used in JSF 2.x.