📄 bookreviselist_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class bookReviseList_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_iterate_name_id;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_write_property_name;
public bookReviseList_jsp() {
_jspx_tagPool_logic_iterate_name_id = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_bean_write_property_name = new org.apache.jasper.runtime.TagHandlerPool();
}
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspDestroy() {
_jspx_tagPool_logic_iterate_name_id.release();
_jspx_tagPool_bean_write_property_name.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=GB2312");
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");
out.write("\r\n");
out.write("<html>\r\n");
String type=request.getParameter("type");
out.write("\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n ");
out.write("<table width=\"700\"\r\n border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n ");
out.write("<tr align=\"left\">\r\n ");
out.write("<th>书号");
out.write("</th>\r\n ");
out.write("<th>书名");
out.write("</th>\r\n ");
out.write("<th>作者");
out.write("</th>\r\n ");
out.write("<th>出版社");
out.write("</th>\r\n ");
out.write("<th>在藏");
out.write("</th>\r\n ");
out.write("<th>编辑");
out.write("</th>\r\n ");
out.write("<th>删除");
out.write("</th>\r\n ");
out.write("</tr>\r\n ");
out.write("<!-- iterate over the results of the query -->\r\n ");
/* ---- logic:iterate ---- */
org.apache.struts.taglib.logic.IterateTag _jspx_th_logic_iterate_0 = (org.apache.struts.taglib.logic.IterateTag) _jspx_tagPool_logic_iterate_name_id.get(org.apache.struts.taglib.logic.IterateTag.class);
_jspx_th_logic_iterate_0.setPageContext(pageContext);
_jspx_th_logic_iterate_0.setParent(null);
_jspx_th_logic_iterate_0.setId("book");
_jspx_th_logic_iterate_0.setName("books");
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) {
java.lang.Object book = null;
if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
out = _bc;
_jspx_th_logic_iterate_0.setBodyContent(_bc);
_jspx_th_logic_iterate_0.doInitBody();
}
book = (java.lang.Object) pageContext.findAttribute("book");
do {
out.write("\r\n\t");
out.write("<tr align=\"left\">\r\n\t ");
out.write("<td>\r\n ");
if (_jspx_meth_bean_write_0(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\r\n\t ");
out.write("</td>\r\n\t ");
out.write("<td>\r\n ");
if (_jspx_meth_bean_write_1(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\r\n\t ");
out.write("</td>\r\n\t ");
out.write("<td>\r\n ");
if (_jspx_meth_bean_write_2(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\r\n\t ");
out.write("</td>\r\n\t ");
out.write("<td>\r\n ");
if (_jspx_meth_bean_write_3(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\r\n\t ");
out.write("</td>\r\n\t ");
out.write("<td>\r\n ");
if (_jspx_meth_bean_write_4(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\r\n\t ");
out.write("</td>\r\n\t");
out.write("<td>\r\n ");
out.write("<a href=\"bookEdit.jsp?bookId=");
if (_jspx_meth_bean_write_5(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("&bookName=");
if (_jspx_meth_bean_write_6(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("&author=");
if (_jspx_meth_bean_write_7(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("&publishComm=");
if (_jspx_meth_bean_write_8(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\">编辑");
out.write("</a>\r\n ");
out.write("</td>\r\n\t");
out.write("<td>\r\n ");
out.write("<a href=\"bookDelete.jsp?bookId=");
if (_jspx_meth_bean_write_9(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("&bookName=");
if (_jspx_meth_bean_write_10(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("&author=");
if (_jspx_meth_bean_write_11(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("&publishComm=");
if (_jspx_meth_bean_write_12(_jspx_th_logic_iterate_0, pageContext))
return;
out.write("\">删除");
out.write("</a>\r\n ");
out.write("</td>\r\n ");
out.write("</tr>\r\n\r\n ");
int evalDoAfterBody = _jspx_th_logic_iterate_0.doAfterBody();
book = (java.lang.Object) pageContext.findAttribute("book");
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
out = pageContext.popBody();
}
if (_jspx_th_logic_iterate_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
_jspx_tagPool_logic_iterate_name_id.reuse(_jspx_th_logic_iterate_0);
out.write("\r\n\r\n ");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\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_bean_write_0(javax.servlet.jsp.tagext.Tag _jspx_th_logic_iterate_0, javax.servlet.jsp.PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
/* ---- bean:write ---- */
org.apache.struts.taglib.bean.WriteTag _jspx_th_bean_write_0 = (org.apache.struts.taglib.bean.WriteTag) _jspx_tagPool_bean_write_property_name.get(org.apache.struts.taglib.bean.WriteTag.class);
_jspx_th_bean_write_0.setPageContext(pageContext);
_jspx_th_bean_write_0.setParent(_jspx_th_logic_iterate_0);
_jspx_th_bean_write_0.setName("book");
_jspx_th_bean_write_0.setProperty("bookId");
int _jspx_eval_bean_write_0 = _jspx_th_bean_write_0.doStartTag();
if (_jspx_th_bean_write_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -