- 11
- 0
- 约1.34万字
- 约 40页
- 2017-02-27 发布于湖北
- 举报
第六章 JSP中的隐含对象 JSP中隐含对象的概念 属性(Attribute) JSP中的隐含对象 错误处理 在本节中,您将了解以下内容: 什么是JSP的隐藏对象 JSP中有哪些隐藏对象 public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { JspFactory _jspxFactory = null; PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; . . . _jspxFactory =
原创力文档

文档评论(0)