Package org. apache. jsp; Import javax. servlet .*; Import javax. servlet. http .*; Import javax. servlet. jsp .*; Import java. util. Date; Public final class index_jsp extends org. apache. jasper. runtime. HttpJspBase Implements org. apache. jasper. runtime. JspSourceDependent { Private static final javax. servlet. jsp. JspFactory _ jspxFactory = Javax. servlet. jsp. JspFactory. getdefafactory Factory (); Private static java. util. Map _ Jspx_dependants; Private javax. el. ExpressionFactory _ el_expressionfactory; Private org. apache. tomcat. InstanceManager _ jsp_instancemanager; Public java. util. Map GetDependants (){ Return _ jspx_dependants; } Public void _ jspInit (){ _ El_expressionfactory = _ jspxFactory. getJspApplicationContext (getServletConfig (). getServletContext (). getExpressionFactory (); _ Jsp_instancemanager = org. apache. jasper. runtime. InstanceManagerFactory. getInstanceManager (getServletConfig ()); } Public void _ jspDestroy (){ } Public void _ jspService (final javax. servlet. http. HttpServletRequest request, final javax. servlet. http. HttpServletResponse response) Throws java. io. IOException, javax. servlet. ServletException { Final javax. servlet. jsp. PageContext pageContext; Javax. servlet. http. HttpSession session = null; Final javax. servlet. ServletContext application; Final javax. servlet. ServletConfig config; Javax. servlet. jsp. JspWriter out = null; Final java. lang. Object page = this; Javax. servlet. jsp. JspWriter _ jspx_out = null; Javax. servlet. jsp. PageContext _ jspx_page_context = null; Try { Response. setContentType ("text/html; charset = UTF-8 "); PageContext = _ jspxFactory. getPageContext (this, request, response, Null, true, 8192, true ); _ Jspx_page_context = pageContext; Application = pageContext. getServletContext (); Config = pageContext. getServletConfig (); Session = pageContext. getSession (); Out = pageContext. getOut (); _ Jspx_out = out; Out. write ("\ r \ n "); Out. write ("\ r \ n "); Out. write ("\ R \ n "); Out. write ("\ R \ n "); Out. write ("\ R \ n "); Out. write (" \ R \ n "); Out. write ("JSP\ R \ n "); Out. write ("\ R \ n "); Out. write ("\ R \ n "); Out. print ("hello "); Out. write ("\ r \ n "); Out. write ("\ R \ n "); Out. write (""); } Catch (java. lang. Throwable t ){ If (! (T instanceof javax. servlet. jsp. SkipPageException )){ Out = _ jspx_out; If (out! = Null & out. getBufferSize ()! = 0) Try {out. clearBuffer ();} catch (java. io. IOException e ){} If (_ jspx_page_context! = Null) _ jspx_page_context.handlePageException (t ); Else throw new ServletException (t ); } } Finally { _ JspxFactory. releasePageContext (_ jspx_page_context ); } } } |