Index_jsp.java
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:3k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. package org.apache.jsp.Manage;
  2. import javax.servlet.*;
  3. import javax.servlet.http.*;
  4. import javax.servlet.jsp.*;
  5. public final class Index_jsp extends org.apache.jasper.runtime.HttpJspBase
  6.     implements org.apache.jasper.runtime.JspSourceDependent {
  7.   private static java.util.Vector _jspx_dependants;
  8.   public java.util.List getDependants() {
  9.     return _jspx_dependants;
  10.   }
  11.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  12.         throws java.io.IOException, ServletException {
  13.     JspFactory _jspxFactory = null;
  14.     PageContext pageContext = null;
  15.     HttpSession session = null;
  16.     ServletContext application = null;
  17.     ServletConfig config = null;
  18.     JspWriter out = null;
  19.     Object page = this;
  20.     JspWriter _jspx_out = null;
  21.     PageContext _jspx_page_context = null;
  22.     try {
  23.       _jspxFactory = JspFactory.getDefaultFactory();
  24.       response.setContentType("text/html; charset=utf-8");
  25.       pageContext = _jspxFactory.getPageContext(this, request, response,
  26.        null, true, 8192, true);
  27.       _jspx_page_context = pageContext;
  28.       application = pageContext.getServletContext();
  29.       config = pageContext.getServletConfig();
  30.       session = pageContext.getSession();
  31.       out = pageContext.getOut();
  32.       _jspx_out = out;
  33.       out.write("rn");
  34.       out.write("rn");
  35.       out.write("<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">rn");
  36.       out.write("<html>rn");
  37.       out.write("<head>rn");
  38.       out.write("<title>涓変簲浜掕仈浼佷笟缃戠珯绠$悊骞冲彴</title>rn");
  39.       out.write("<META http-equiv=Content-Type content="text/html; charset=gb2312">rn");
  40.       out.write("<META content="MSHTML 6.00.3790.2541" name=GENERATOR></HEAD>rn");
  41.       out.write("<FRAMESET border=0 frameSpacing=0 rows=118,*,22 frameBorder=NO cols=*>rn");
  42.       out.write("t<FRAME name=topFrm src="Index_Top.jsp" noResize scrolling=no>rn");
  43.       out.write("t<FRAME name=MainFrom src="Index_Main.jsp" noResize scrolling=no>rn");
  44.       out.write("t<FRAME name=bottomFrm src="Main_Bottom.jsp" noResize scrolling=no>rn");
  45.       out.write("</FRAMESET>rn");
  46.       out.write("<noframes></noframes>rn");
  47.       out.write("</html>rn");
  48.     } catch (Throwable t) {
  49.       if (!(t instanceof SkipPageException)){
  50.         out = _jspx_out;
  51.         if (out != null && out.getBufferSize() != 0)
  52.           out.clearBuffer();
  53.         if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
  54.       }
  55.     } finally {
  56.       if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
  57.     }
  58.   }
  59. }