Developed a program with JSP for some time, but it feels not enough to master the JSP. Now analyze the * _jsp.java file after compilation of * .jsp.java files. First write a simple my.jsp file as follows: <% @ Page ContentType = "text / html; charset = GB2312" Language = "Java" IMPORT = "java.sql. *" ErrorPage = ""%> "HTTML>
Import javax.servlet. *; import javax.servlet.http. *; import javax.servlet.jsp. *; import java.sql. *;
Public final class my_jsp extends org.apache.jasper.Runtime.httpjspBase imports org.apache.jasper.runtime.jspsourceDependent {
Private static java.util.vector _jspx_dependants;
Public java.util.list getDependants () {return_jspx_dependants;
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; JspWriter _jspx_out = null;