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

📄 listbl_0002ejsp_jsp.java

📁 JSP图书管理系统的相关数据.大家参考下
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class listbl_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public listbl_0002ejsp_jsp( ) {
    }

    private static boolean _jspx_inited = false;

    public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
    }

    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;
        String  _value = null;
        try {

            if (_jspx_inited == false) {
                synchronized (this) {
                    if (_jspx_inited == false) {
                        _jspx_init();
                        _jspx_inited = true;
                    }
                }
            }
            _jspxFactory = JspFactory.getDefaultFactory();
            response.setContentType("text/html; charset=GBK");
            pageContext = _jspxFactory.getPageContext(this, request, response,
            			"", true, 8192, true);

            application = pageContext.getServletContext();
            config = pageContext.getServletConfig();
            session = pageContext.getSession();
            out = pageContext.getOut();

            // HTML // begin [file="/listbl.jsp";from=(0,48);to=(1,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/listbl.jsp";from=(1,58);to=(2,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/listbl.jsp";from=(2,58);to=(3,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/listbl.jsp";from=(3,60);to=(4,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/listbl.jsp";from=(4,62);to=(19,0)]
                out.write("\r\n\r\n<html>\r\n<head>\r\n <link rel=\"STYLESHEET\" type=\"text/css\" href=\"css/shared.css\">\r\n<title>\r\nlistbl\r\n</title>\r\n</head>\r\n<body bgcolor=\"#ffffff\" >\r\n<h3 align=\"center\">\r\n 借阅图书历史信息\r\n</h3>\r\n<br>\r\n<hr height=1 />\r\n");

            // end
            // begin [file="/listbl.jsp";from=(19,0);to=(19,50)]
                /* ----  html:form ---- */
                org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = new org.apache.struts.taglib.html.FormTag();
                _jspx_th_html_form_0.setPageContext(pageContext);
                _jspx_th_html_form_0.setParent(null);
                _jspx_th_html_form_0.setMethod("post");
                _jspx_th_html_form_0.setAction("listBLAction.do");
                try {
                    int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
                    if (_jspx_eval_html_form_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
                        throw new JspTagException("Since tag handler class org.apache.struts.taglib.html.FormTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
                    if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                        do {
                        // end
                        // HTML // begin [file="/listbl.jsp";from=(19,50);to=(32,0)]
                            out.write("\r\n<table width=\"100%\">\r\n<tr>\r\n<td class=\"tdframe\">\r\n<table class=\"table1\"  width=\"100%\">\r\n<thead class=\"tdsectionbar\">\r\n<td align=\"center\" class=\"tdsectionbar\" >图书名称</td>\r\n<td align=\"center\" class=\"tdsectionbar\" >数量</td>\r\n<td align=\"center\" class=\"tdsectionbar\" >借阅时间</td>\r\n<td align=\"center\" class=\"tdsectionbar\" >归还时间</td>\r\n<td align=\"center\" class=\"tdsectionbar\" >借阅类型</td>\r\n</thead>\r\n<tbody id=\"bookRows\" >\r\n");

                        // end
                        // begin [file="/listbl.jsp";from=(32,0);to=(32,71)]
                            /* ----  logic:iterate ---- */
                            org.apache.struts.taglib.logic.IterateTag _jspx_th_logic_iterate_0 = new org.apache.struts.taglib.logic.IterateTag();
                            _jspx_th_logic_iterate_0.setPageContext(pageContext);
                            _jspx_th_logic_iterate_0.setParent(_jspx_th_html_form_0);
                            _jspx_th_logic_iterate_0.setName("bookBLActionForm");
                            _jspx_th_logic_iterate_0.setProperty("bookbls");
                            _jspx_th_logic_iterate_0.setId("bookbls");
                            try {
                              int _jspx_eval_logic_iterate_0 = _jspx_th_logic_iterate_0.doStartTag();
                              if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                              try {
                              if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
                              out = pageContext.pushBody();
                              _jspx_th_logic_iterate_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
                              _jspx_th_logic_iterate_0.doInitBody();
                          }
                          do {
                              java.lang.Object bookbls = null;
                              bookbls = (java.lang.Object) pageContext.findAttribute("bookbls");
                          // end
                          // HTML // begin [file="/listbl.jsp";from=(32,71);to=(35,0)]
                              out.write("\r\n<tr class=\"tdsectionbar\">\r\n<td class=\"tdbg0\" >\r\n");

                          // end
                          // begin [file="/listbl.jsp";from=(35,0);to=(35,49)]
                              /* ----  bean:write ---- */
                              org.apache.struts.taglib.bean.WriteTag _jspx_th_bean_write_0 = new org.apache.struts.taglib.bean.WriteTag();
                              _jspx_th_bean_write_0.setPageContext(pageContext);
                              _jspx_th_bean_write_0.setParent(_jspx_th_logic_iterate_0);
                              _jspx_th_bean_write_0.setName("bookbls");
                              _jspx_th_bean_write_0.setProperty("bookname");
                              try {
                              int _jspx_eval_bean_write_0 = _jspx_th_bean_write_0.doStartTag();
                              if (_jspx_eval_bean_write_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
                              throw new JspTagException("Since tag handler class org.apache.struts.taglib.bean.WriteTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
                          if (_jspx_eval_bean_write_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                              do {
                          // end
                          // begin [file="/listbl.jsp";from=(35,0);to=(35,49)]
                          } while (_jspx_th_bean_write_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
                      }
                      if (_jspx_th_bean_write_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                          return;
                  } finally {
                      _jspx_th_bean_write_0.release();
                  }
              // end
              // HTML // begin [file="/listbl.jsp";from=(35,49);to=(38,0)]
                  out.write("\r\n</td>\r\n<td class=\"tdbg0\" >\r\n");

              // end
              // begin [file="/listbl.jsp";from=(38,0);to=(38,43)]
                  /* ----  bean:write ---- */
                  org.apache.struts.taglib.bean.WriteTag _jspx_th_bean_write_1 = new org.apache.struts.taglib.bean.WriteTag();
                  _jspx_th_bean_write_1.setPageContext(pageContext);
                  _jspx_th_bean_write_1.setParent(_jspx_th_logic_iterate_0);
                  _jspx_th_bean_write_1.setName("bookbls");
                  _jspx_th_bean_write_1.setProperty("qty");
                  try {
                      int _jspx_eval_bean_write_1 = _jspx_th_bean_write_1.doStartTag();
                      if (_jspx_eval_bean_write_1 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
                          throw new JspTagException("Since tag handler class org.apache.struts.taglib.bean.WriteTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
                      if (_jspx_eval_bean_write_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                          do {
                          // end
                          // begin [file="/listbl.jsp";from=(38,0);to=(38,43)]
                          } while (_jspx_th_bean_write_1.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
                      }
                      if (_jspx_th_bean_write_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                          return;
                  } finally {
                      _jspx_th_bean_write_1.release();
                  }
              // end

⌨️ 快捷键说明

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