Display_0002ejsp_jsp.java
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:2k
源码类别:

Java编程

开发平台:

Java

  1. import javax.servlet.*;
  2. import javax.servlet.http.*;
  3. import javax.servlet.jsp.*;
  4. import org.apache.jasper.runtime.*;
  5. public class Display_0002ejsp_jsp extends HttpJspBase {
  6.     static {
  7.     }
  8.     public Display_0002ejsp_jsp( ) {
  9.     }
  10.     private static boolean _jspx_inited = false;
  11.     public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
  12.     }
  13.     public void _jspService(HttpServletRequest request, HttpServletResponse  response)
  14.         throws java.io.IOException, ServletException {
  15.         JspFactory _jspxFactory = null;
  16.         PageContext pageContext = null;
  17.         HttpSession session = null;
  18.         ServletContext application = null;
  19.         ServletConfig config = null;
  20.         JspWriter out = null;
  21.         Object page = this;
  22.         String  _value = null;
  23.         try {
  24.             if (_jspx_inited == false) {
  25.                 synchronized (this) {
  26.                     if (_jspx_inited == false) {
  27.                         _jspx_init();
  28.                         _jspx_inited = true;
  29.                     }
  30.                 }
  31.             }
  32.             _jspxFactory = JspFactory.getDefaultFactory();
  33.             response.setContentType("text/html; charset=GBK");
  34.             pageContext = _jspxFactory.getPageContext(this, request, response,
  35.              "", true, 8192, true);
  36.             application = pageContext.getServletContext();
  37.             config = pageContext.getServletConfig();
  38.             session = pageContext.getSession();
  39.             out = pageContext.getOut();
  40.             // HTML // begin [file="/Display.jsp";from=(0,48);to=(18,0)]
  41.                 out.write("rn<html>rn<head>rn<title>rnDisplayrn</title>rn</head>rn<body bgcolor="#ffffff">rn<h1>rnJBuilder Generated JSP, OK!!!rn</h1>rn<form method="post">rn<br><br>rn<input type="submit" name="Submit" value="Submit">rn<input type="reset" value="Reset">rn</form>rn</body>rn</html>rn");
  42.             // end
  43.         } catch (Throwable t) {
  44.             if (out != null && out.getBufferSize() != 0)
  45.                 out.clearBuffer();
  46.             if (pageContext != null) pageContext.handlePageException(t);
  47.         } finally {
  48.             if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  49.         }
  50.     }
  51. }