- 1、本文档共137页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* 你可以看一下Tomcat\work\Standalone\localhost\下的一些目录,里面都是编译过的servlet和class文件。 package org.apache.jsp; import javax.servlet.*;import javax.servlet.http.*;import javax.servlet.jsp.*;import org.apache.jasper.runtime.*; public class hello_jsp extends HttpJspBase { ? private static java.util.Vector _jspx_includes; ? public java.util.List getIncludes() {??? return _jspx_includes;? } ? public void _jspService(HttpServletRequest request, HttpServletResponse response)??????? throws java.io.IOException, ServletException { ??? JspFactory _jspxFactory = null;??? javax.servlet.jsp.PageContext pageContext = null;??? HttpSession session = null;??? ServletContext application = null;??? ServletConfig config = null;??? JspWriter out = null;??? Object page = this;??? JspWriter _jspx_out = null; ??? try {????? _jspxFactory = JspFactory.getDefaultFactory();????? response.setContentType(text/html;charset=ISO-8859-1);????? pageContext = _jspxFactory.getPageContext(this, request, response,????? ???null, true, 8192, true);????? application = pageContext.getServletContext();????? config = pageContext.getServletConfig();????? session = pageContext.getSession();????? out = pageContext.getOut();????? _jspx_out = out; ????? out.write(html\r\n);????? out.write(!--\r\n? Copyright (c) 1999 The Apache Software Foundation.? All rights \r\n? reserved.\r\n--\r\n);????? out.write(body bgcolor=\white\\r\n\r\n);????? out.write(h1\r\nI have been invoked by\r\n);?out.print (hello); ????? out.write(\r\nServlet.\r\n);????? out.write(/h1\r\n\r\n);????? out.write(/html);??? } catch (Throwable t) {????? out = _jspx_out;????? if (out != null out.getBufferSize() != 0)??????? out.clearBuffer();????? if (pageContext != null) pageContext.handlePageException(t);??? } finally {????? if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);??? }? }} EL 隐含对象 EL中的隐含对像共有11个,可以分成三类 与范围有关的隐含对象 与输入有关的隐含对象 其他隐含对象 与范围有关的隐含对象 applicationScope sessionScope requestScope pageScop
您可能关注的文档
最近下载
- 高中政治课件:1-1-1公有制主体地位及其体现.pptx
- 语文三上练习题第四单元测试卷.doc VIP
- 电子商务客户服务(周艳红第二版) 教案全套 项目1-7.pdf VIP
- 贵州天眼介绍.pptx
- DELTA台达VFD-MS300精巧标准型向量控制变频器使用手册调试说明.pdf
- 农业银行面试题目及参考答案.pdf VIP
- 2022-2023学年济南市历城区八年级上学期期中数学试卷(含答案解析).docx
- 2024秋新北师大版物理八年级上册教学课件 第四章 光现象 第五节 设计舞台灯光秀 .pptx
- 危险废物的处理处置.ppt
- 《大数据挖掘与统计机器学习(第3版)》 课件全套 吕晓玲 第1--10章 概述、线性回归方法 ---循环神经网络和注意力机制.pptx
文档评论(0)