success_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 success_0002ejsp_jsp extends HttpJspBase {
  6.   private static java.util.Vector _jspx_includes;
  7.   public java.util.List getIncludes() {
  8.     return _jspx_includes;
  9.   }
  10.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  11.         throws java.io.IOException, ServletException {
  12.     JspFactory _jspxFactory = null;
  13.     javax.servlet.jsp.PageContext pageContext = null;
  14.     HttpSession session = null;
  15.     ServletContext application = null;
  16.     ServletConfig config = null;
  17.     JspWriter out = null;
  18.     Object page = this;
  19.     JspWriter _jspx_out = null;
  20.     try {
  21.       _jspxFactory = JspFactory.getDefaultFactory();
  22.       response.setContentType("text/html;charset=ISO-8859-1");
  23.       pageContext = _jspxFactory.getPageContext(this, request, response,
  24.        null, true, 8192, true);
  25.       application = pageContext.getServletContext();
  26.       config = pageContext.getServletConfig();
  27.       session = pageContext.getSession();
  28.       out = pageContext.getOut();
  29.       _jspx_out = out;
  30.       out.write("<HTML>rn    ");
  31.       out.write("<HEAD>rn        ");
  32.       out.write("<TITLE>Filters And User Authentication");
  33.       out.write("</TITLE>rn    ");
  34.       out.write("</HEAD>rn    ");
  35.       out.write("<BODY>rn        ");
  36.       out.write("<H1>Filters And User Authentication");
  37.       out.write("</H1>rn        Congratulations, you're in!rn        ");
  38.       out.write("<BR>rn    ");
  39.       out.write("</BODY>rn");
  40.       out.write("</HTML>rnrn");
  41.     } catch (Throwable t) {
  42.       out = _jspx_out;
  43.       if (out != null && out.getBufferSize() != 0)
  44.         out.clearBuffer();
  45.       if (pageContext != null) pageContext.handlePageException(t);
  46.     } finally {
  47.       if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  48.     }
  49.   }
  50. }