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

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

开发平台:

JavaScript

  1. package org.apache.jsp;
  2. import javax.servlet.*;
  3. import javax.servlet.http.*;
  4. import javax.servlet.jsp.*;
  5. public final class Message_jsp extends org.apache.jasper.runtime.HttpJspBase
  6.     implements org.apache.jasper.runtime.JspSourceDependent {
  7.   private static java.util.Vector _jspx_dependants;
  8.   static {
  9.     _jspx_dependants = new java.util.Vector(1);
  10.     _jspx_dependants.add("/WEB-INF/c-rt.tld");
  11.   }
  12.   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_nobody;
  13.   public java.util.List getDependants() {
  14.     return _jspx_dependants;
  15.   }
  16.   public void _jspInit() {
  17.     _jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
  18.   }
  19.   public void _jspDestroy() {
  20.     _jspx_tagPool_c_out_value_nobody.release();
  21.   }
  22.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  23.         throws java.io.IOException, ServletException {
  24.     JspFactory _jspxFactory = null;
  25.     PageContext pageContext = null;
  26.     HttpSession session = null;
  27.     ServletContext application = null;
  28.     ServletConfig config = null;
  29.     JspWriter out = null;
  30.     Object page = this;
  31.     JspWriter _jspx_out = null;
  32.     PageContext _jspx_page_context = null;
  33.     try {
  34.       _jspxFactory = JspFactory.getDefaultFactory();
  35.       response.setContentType("text/html; charset=GBK");
  36.       pageContext = _jspxFactory.getPageContext(this, request, response,
  37.        null, true, 8192, true);
  38.       _jspx_page_context = pageContext;
  39.       application = pageContext.getServletContext();
  40.       config = pageContext.getServletConfig();
  41.       session = pageContext.getSession();
  42.       out = pageContext.getOut();
  43.       _jspx_out = out;
  44.       out.write("rn");
  45.       out.write("rn");
  46.       out.write("<html>rn");
  47.       out.write("<head>rn");
  48.       out.write("<title>Message</title>rn");
  49.       out.write("<script type="text/javascript">rn");
  50.       out.write("alert('");
  51.       if (_jspx_meth_c_out_0(_jspx_page_context))
  52.         return;
  53.       out.write("');rn");
  54.       out.write("location.href='");
  55.       out.print(request.getContextPath());
  56.       if (_jspx_meth_c_out_1(_jspx_page_context))
  57.         return;
  58.       out.write("';rn");
  59.       out.write("</script>rn");
  60.       out.write("</head>rn");
  61.       out.write("<body bgcolor="#ffffff">rn");
  62.       out.write("rn");
  63.       out.write("</body>rn");
  64.       out.write("</html>rn");
  65.     } catch (Throwable t) {
  66.       if (!(t instanceof SkipPageException)){
  67.         out = _jspx_out;
  68.         if (out != null && out.getBufferSize() != 0)
  69.           out.clearBuffer();
  70.         if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
  71.       }
  72.     } finally {
  73.       if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
  74.     }
  75.   }
  76.   private boolean _jspx_meth_c_out_0(PageContext _jspx_page_context)
  77.           throws Throwable {
  78.     PageContext pageContext = _jspx_page_context;
  79.     JspWriter out = _jspx_page_context.getOut();
  80.     //  c:out
  81.     org.apache.taglibs.standard.tag.rt.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.rt.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.rt.core.OutTag.class);
  82.     _jspx_th_c_out_0.setPageContext(_jspx_page_context);
  83.     _jspx_th_c_out_0.setParent(null);
  84.     _jspx_th_c_out_0.setValue((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${Message}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
  85.     int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
  86.     if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
  87.       return true;
  88.     _jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_0);
  89.     return false;
  90.   }
  91.   private boolean _jspx_meth_c_out_1(PageContext _jspx_page_context)
  92.           throws Throwable {
  93.     PageContext pageContext = _jspx_page_context;
  94.     JspWriter out = _jspx_page_context.getOut();
  95.     //  c:out
  96.     org.apache.taglibs.standard.tag.rt.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.rt.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.rt.core.OutTag.class);
  97.     _jspx_th_c_out_1.setPageContext(_jspx_page_context);
  98.     _jspx_th_c_out_1.setParent(null);
  99.     _jspx_th_c_out_1.setValue((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${Url}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
  100.     int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
  101.     if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
  102.       return true;
  103.     _jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_1);
  104.     return false;
  105.   }
  106. }