Index_jsp.java
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:3k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- package org.apache.jsp.Manage;
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- public final class Index_jsp extends org.apache.jasper.runtime.HttpJspBase
- implements 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;
- PageContext _jspx_page_context = null;
- try {
- _jspxFactory = JspFactory.getDefaultFactory();
- 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("rn");
- out.write("rn");
- out.write("<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">rn");
- out.write("<html>rn");
- out.write("<head>rn");
- out.write("<title>涓変簲浜掕仈浼佷笟缃戠珯绠$悊骞冲彴</title>rn");
- out.write("<META http-equiv=Content-Type content="text/html; charset=gb2312">rn");
- out.write("<META content="MSHTML 6.00.3790.2541" name=GENERATOR></HEAD>rn");
- out.write("<FRAMESET border=0 frameSpacing=0 rows=118,*,22 frameBorder=NO cols=*>rn");
- out.write("t<FRAME name=topFrm src="Index_Top.jsp" noResize scrolling=no>rn");
- out.write("t<FRAME name=MainFrom src="Index_Main.jsp" noResize scrolling=no>rn");
- out.write("t<FRAME name=bottomFrm src="Main_Bottom.jsp" noResize scrolling=no>rn");
- out.write("</FRAMESET>rn");
- out.write("<noframes></noframes>rn");
- out.write("</html>rn");
- } catch (Throwable t) {
- if (!(t instanceof SkipPageException)){
- out = _jspx_out;
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
- }
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
- }
- }
- }