- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Advance topic about JSP JavaBeanJSP ELJSP定制标签知识介绍.ppt
Expression Language follows ECMAScript (the standardized version of JavaScript) in unifying the treatment of the . and [] operators. expr-a.identifier-b is equivalent to expr-a[identifier-b]. The following steps are used to evaluate expr-a[expr-b]: Evaluate expr-a into value-a If value-a is null, return null. Evaluate expr-b into value-b If value-b is null, return null. Process according to type of value-a If value-a is a Map: If !value-a.containsKey(value-b) then return null. Otherwise, return value-a.get(value-b). If value-a is a List or array: Coerce value-b to int (if coercion cant be performed raise error). If value-a.get(value-b) or Array.get(value-a, value-b) throws ArrayIndexOutOfBoundsException or IndexOutOfBoundsException return null (if other exception thrown, raise error). Otherwise, return value-a.get(value-b) or Array.get(value-a, value-b), as appropriate. If value-a is a JavaBeans object Coerce value-b to String If value-b is a readable property of value-a return result of the value-b getter (if this throws an exception, raise error) Otherwise raise an error. Expressions may also contain parentheses. Strings may be enclosed by quotation marks or apostrophes. Either can be escaped with a backslash if necessary, but it is not necessary to escape apostrophes appearing inside strings enclosed by quotation marks, or vice versa. The empty operator can evaluate whether an object is empty or null. empty obj returns true if obj is any of the following: null a String of length zero a Map, Collection or array with no elements You may sometimes see a JSP tag referred to as an action and vice-versa. More precisely, an action is the function performed by a specific tag. The first group of standard stags mentioned above has to do with bean access from JSP pages. The second group has to do with interaction between JSP pages and other web resources. Both of these groups have already been discussed. The last group of tags have to do with plugins. The plugin tag gener
您可能关注的文档
- 8A Unit5 Grammar B 八年级 英语培训讲解.ppt
- A Unit Let's celebrate! Integrated skills and study skills教学 讲义.ppt
- A unit Let’s celebrate grammar知识介绍.ppt
- A Unit Main task培训讲解.ppt
- A unit Millie's shool life教学 讲义.ppt
- A unit Vocaburay 九年级英语课件培训讲解.ppt
- A Unit 2 Pronunciation知识介绍.ppt
- A Unit Let’s celebrate!Integrated skills教学 讲义.ppt
- A unit reading技术方案.ppt
- A Unit Vocabulary 九年级英语课件培训讲解.ppt
- AFP刘荣先生案例职业股民成家计划理财案例规划PPT报告典型实例.ppt
- AFP黄先生案例私营企业主家庭理财案例规划报告PPT典型实例.ppt
- Ag, O, I, 中国经济发展与转型(英文版) 知识介绍.ppt
- American Art 美国概况 教学 讲义.ppt
- AmLitIntro 美国概况 培训讲解.ppt
- An unusual day新概念一册教师用课件方案策划.ppt
- Ancient Town Planning 北大年春季学期罗马城市研究课件教学 讲义.ppt
- and CH 物流仿真软件Flexsim入门 设施规划与物流分析课件培训讲解.ppt
- Android network app &thread 移动计算(厦门大学)课件培训讲解.pptx
- Android传感器编程 移动计算(厦门大学)课件知识介绍.pptx
文档评论(0)