Message_jsp.java
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:5k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- package org.apache.jsp;
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- public final class Message_jsp extends org.apache.jasper.runtime.HttpJspBase
- implements org.apache.jasper.runtime.JspSourceDependent {
- private static java.util.Vector _jspx_dependants;
- static {
- _jspx_dependants = new java.util.Vector(1);
- _jspx_dependants.add("/WEB-INF/c-rt.tld");
- }
- private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value_nobody;
- public java.util.List getDependants() {
- return _jspx_dependants;
- }
- public void _jspInit() {
- _jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
- }
- public void _jspDestroy() {
- _jspx_tagPool_c_out_value_nobody.release();
- }
- 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=GBK");
- 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("<html>rn");
- out.write("<head>rn");
- out.write("<title>Message</title>rn");
- out.write("<script type="text/javascript">rn");
- out.write("alert('");
- if (_jspx_meth_c_out_0(_jspx_page_context))
- return;
- out.write("');rn");
- out.write("location.href='");
- out.print(request.getContextPath());
- if (_jspx_meth_c_out_1(_jspx_page_context))
- return;
- out.write("';rn");
- out.write("</script>rn");
- out.write("</head>rn");
- out.write("<body bgcolor="#ffffff">rn");
- out.write("rn");
- out.write("</body>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);
- }
- }
- private boolean _jspx_meth_c_out_0(PageContext _jspx_page_context)
- throws Throwable {
- PageContext pageContext = _jspx_page_context;
- JspWriter out = _jspx_page_context.getOut();
- // c:out
- 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);
- _jspx_th_c_out_0.setPageContext(_jspx_page_context);
- _jspx_th_c_out_0.setParent(null);
- _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));
- int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
- if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
- return true;
- _jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_0);
- return false;
- }
- private boolean _jspx_meth_c_out_1(PageContext _jspx_page_context)
- throws Throwable {
- PageContext pageContext = _jspx_page_context;
- JspWriter out = _jspx_page_context.getOut();
- // c:out
- 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);
- _jspx_th_c_out_1.setPageContext(_jspx_page_context);
- _jspx_th_c_out_1.setParent(null);
- _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));
- int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
- if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
- return true;
- _jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_1);
- return false;
- }
- }