⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classiclayout_0002ejsp_jsp.java

📁 客户资料管理系统 实现省份
💻 JAVA
字号:
package template;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;

public class classicLayout_0002ejsp_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_html;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_rewrite_page;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_comp_getAsString_name;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_comp_insert_attribute;

  public classicLayout_0002ejsp_jsp() {
    _jspx_tagPool_html_html = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_html_rewrite_page = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_comp_getAsString_name = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_comp_insert_attribute = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_html_html.release();
    _jspx_tagPool_html_rewrite_page.release();
    _jspx_tagPool_comp_getAsString_name.release();
    _jspx_tagPool_comp_insert_attribute.release();
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=GBK");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      /* ----  html:html ---- */
      org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = (org.apache.struts.taglib.html.HtmlTag) _jspx_tagPool_html_html.get(org.apache.struts.taglib.html.HtmlTag.class);
      _jspx_th_html_html_0.setPageContext(pageContext);
      _jspx_th_html_html_0.setParent(null);
      int _jspx_eval_html_html_0 = _jspx_th_html_html_0.doStartTag();
      if (_jspx_eval_html_html_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<head>\r\n\r\n  ");
          out.write("<link rel=\"stylesheet\" href=\"");
          if (_jspx_meth_html_rewrite_0(_jspx_th_html_html_0, pageContext))
            return;
          out.write("\" type=\"text/css\">\r\n  ");
          out.write("<title>");
          if (_jspx_meth_comp_getAsString_0(_jspx_th_html_html_0, pageContext))
            return;
          out.write("</title>\r\n  ");
if(request.getServerPort() == 80) {
          out.write("\r\n  ");
          out.write("<base href=\"http://");
          out.print(request.getServerName());
          out.print(request.getContextPath());
          out.write("/\">\r\n  ");
} else {
          out.write("\r\n  ");
          out.write("<base href=\"http://");
          out.print(request.getServerName());
          out.write(":");
          out.print(request.getServerPort());
          out.print(request.getContextPath());
          out.write("/\">\r\n  ");
}
          out.write("\r\n");
          out.write("</head>\r\n\r\n");
          out.write("<body>\r\n");
          out.write("<table border=\"0\" width=\"100%\" cellspacing=\"5\">\r\n");
          out.write("<tr>\r\n\r\n  ");
          out.write("<td valign=\"top\"  align=\"left\">\r\n    ");
          if (_jspx_meth_comp_insert_0(_jspx_th_html_html_0, pageContext))
            return;
          out.write("\r\n  ");
          out.write("</td>\r\n");
          out.write("</tr>\r\n");
          out.write("<tr>\r\n  ");
          out.write("<td colspan=\"2\">\r\n    ");
          out.write("<hr>\r\n  ");
          out.write("</td>\r\n");
          out.write("</tr>\r\n");
          out.write("<tr>\r\n  ");
          out.write("<td colspan=\"2\">\r\n    ");
          if (_jspx_meth_comp_insert_1(_jspx_th_html_html_0, pageContext))
            return;
          out.write("\r\n  ");
          out.write("</td>\r\n");
          out.write("</tr>\r\n");
          out.write("</table>\r\n");
          out.write("</body>\r\n");
          int evalDoAfterBody = _jspx_th_html_html_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_html_html_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_html_html.reuse(_jspx_th_html_html_0);
      out.write("\r\r\n");
    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }

  private boolean _jspx_meth_html_rewrite_0(javax.servlet.jsp.tagext.Tag _jspx_th_html_html_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  html:rewrite ---- */
    org.apache.struts.taglib.html.RewriteTag _jspx_th_html_rewrite_0 = (org.apache.struts.taglib.html.RewriteTag) _jspx_tagPool_html_rewrite_page.get(org.apache.struts.taglib.html.RewriteTag.class);
    _jspx_th_html_rewrite_0.setPageContext(pageContext);
    _jspx_th_html_rewrite_0.setParent(_jspx_th_html_html_0);
    _jspx_th_html_rewrite_0.setPage("/style/menu.css");
    int _jspx_eval_html_rewrite_0 = _jspx_th_html_rewrite_0.doStartTag();
    if (_jspx_th_html_rewrite_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_rewrite_page.reuse(_jspx_th_html_rewrite_0);
    return false;
  }

  private boolean _jspx_meth_comp_getAsString_0(javax.servlet.jsp.tagext.Tag _jspx_th_html_html_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  comp:getAsString ---- */
    org.apache.struts.taglib.tiles.GetAttributeTag _jspx_th_comp_getAsString_0 = (org.apache.struts.taglib.tiles.GetAttributeTag) _jspx_tagPool_comp_getAsString_name.get(org.apache.struts.taglib.tiles.GetAttributeTag.class);
    _jspx_th_comp_getAsString_0.setPageContext(pageContext);
    _jspx_th_comp_getAsString_0.setParent(_jspx_th_html_html_0);
    _jspx_th_comp_getAsString_0.setName("title");
    int _jspx_eval_comp_getAsString_0 = _jspx_th_comp_getAsString_0.doStartTag();
    if (_jspx_th_comp_getAsString_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_comp_getAsString_name.reuse(_jspx_th_comp_getAsString_0);
    return false;
  }

  private boolean _jspx_meth_comp_insert_0(javax.servlet.jsp.tagext.Tag _jspx_th_html_html_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  comp:insert ---- */
    org.apache.struts.taglib.tiles.InsertTag _jspx_th_comp_insert_0 = (org.apache.struts.taglib.tiles.InsertTag) _jspx_tagPool_comp_insert_attribute.get(org.apache.struts.taglib.tiles.InsertTag.class);
    _jspx_th_comp_insert_0.setPageContext(pageContext);
    _jspx_th_comp_insert_0.setParent(_jspx_th_html_html_0);
    _jspx_th_comp_insert_0.setAttribute("body");
    int _jspx_eval_comp_insert_0 = _jspx_th_comp_insert_0.doStartTag();
    if (_jspx_th_comp_insert_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_comp_insert_attribute.reuse(_jspx_th_comp_insert_0);
    return false;
  }

  private boolean _jspx_meth_comp_insert_1(javax.servlet.jsp.tagext.Tag _jspx_th_html_html_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  comp:insert ---- */
    org.apache.struts.taglib.tiles.InsertTag _jspx_th_comp_insert_1 = (org.apache.struts.taglib.tiles.InsertTag) _jspx_tagPool_comp_insert_attribute.get(org.apache.struts.taglib.tiles.InsertTag.class);
    _jspx_th_comp_insert_1.setPageContext(pageContext);
    _jspx_th_comp_insert_1.setParent(_jspx_th_html_html_0);
    _jspx_th_comp_insert_1.setAttribute("footer");
    int _jspx_eval_comp_insert_1 = _jspx_th_comp_insert_1.doStartTag();
    if (_jspx_th_comp_insert_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_comp_insert_attribute.reuse(_jspx_th_comp_insert_1);
    return false;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -