📄 d02_jsp.java
字号:
package org.apache.jsp.WEB_002dINF.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class D02_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(3);
_jspx_dependants.add("/WEB-INF/tld/struts-bean.tld");
_jspx_dependants.add("/WEB-INF/tld/struts-html.tld");
_jspx_dependants.add("/WEB-INF/tld/struts-logic.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_action;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_hidden_value_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_present_name;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_iterate_name_id;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_write_property_name_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_iterate_property_name_id;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_multibox_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_submit_styleClass_onclick;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_errors_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_styleClass_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_select_styleId_styleClass_property_onchange;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_option_value;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_options_property_labelProperty_collection_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_styleId_styleClass_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_textarea_styleClass_rows_property_cols_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_submit_styleClass;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_html_form_action = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_hidden_value_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_present_name = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_iterate_name_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_bean_write_property_name_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_iterate_property_name_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_multibox_property = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_submit_styleClass_onclick = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_errors_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_text_styleClass_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_select_styleId_styleClass_property_onchange = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_option_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_options_property_labelProperty_collection_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_text_styleId_styleClass_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_textarea_styleClass_rows_property_cols_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_submit_styleClass = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_html_form_action.release();
_jspx_tagPool_html_hidden_value_property_nobody.release();
_jspx_tagPool_logic_present_name.release();
_jspx_tagPool_logic_iterate_name_id.release();
_jspx_tagPool_bean_write_property_name_nobody.release();
_jspx_tagPool_logic_iterate_property_name_id.release();
_jspx_tagPool_html_multibox_property.release();
_jspx_tagPool_html_submit_styleClass_onclick.release();
_jspx_tagPool_html_errors_property_nobody.release();
_jspx_tagPool_html_text_styleClass_property_nobody.release();
_jspx_tagPool_html_select_styleId_styleClass_property_onchange.release();
_jspx_tagPool_html_option_value.release();
_jspx_tagPool_html_options_property_labelProperty_collection_nobody.release();
_jspx_tagPool_html_text_styleId_styleClass_property_nobody.release();
_jspx_tagPool_html_textarea_styleClass_rows_property_cols_nobody.release();
_jspx_tagPool_html_submit_styleClass.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;
java.lang.Object _jspx_mh_1 = 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("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write(" <title>D02</title>\r\n");
out.write(" <link href=\"/css/base.css\" rel=\"stylesheet\" type=\"text/css\" >\r\n");
out.write(" <script LANGUAGE='javascript'>\r\n");
out.write(" function setValue(obj) {\r\n");
out.write(" var oA = document.getElementById(\"tab1\").getElementsByTagName(\"INPUT\");\r\n");
out.write("\r\n");
out.write(" for (var i = 0; i < oA.length; i++) {\r\n");
out.write(" if (oA[i].type = \"checkBox\") {\r\n");
out.write(" oA[i].checked = obj.checked;\r\n");
out.write(" }\r\n");
out.write(" }\r\n");
out.write(" }\r\n");
out.write(" function doSubmit() {\r\n");
out.write(" document.U01MHelpForm.method.value = \"delete\";\r\n");
out.write(" document.U01MHelpForm.submit();\r\n");
out.write(" }\r\n");
out.write(" function mtText(obj){\r\n");
out.write(" \tif (obj!=\"\"){\r\n");
out.write(" \t\tdocument.U01MHelpForm.mhtypeText.disabled=\"true\";\r\n");
out.write(" \t\tdocument.U01MHelpForm.mhtypeText.value=\"\";\r\n");
out.write(" \t}else{\r\n");
out.write(" \t\tdocument.U01MHelpForm.mhtypeText.disabled=\"\";\r\n");
out.write(" \t}\r\n");
out.write(" }\r\n");
out.write(" \r\n");
out.write(" </script>\r\n");
out.write("</head>\r\n");
out.write("<body>\r\n");
out.write(" ");
// html:form
org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_action.get(org.apache.struts.taglib.html.FormTag.class);
_jspx_th_html_form_0.setPageContext(_jspx_page_context);
_jspx_th_html_form_0.setParent(null);
_jspx_th_html_form_0.setAction("/U01MHelpAction");
int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" ");
if (_jspx_meth_html_hidden_0(_jspx_th_html_form_0, _jspx_page_context))
return;
out.write("\r\n");
out.write(" <table width=\"80%\" border=\"0\" align=\"center\" cellpadding=\"4\" cellspacing=\"0\">\r\n");
out.write(" <tr >\r\n");
out.write(" <td><span class=\"font_title\">帮助管理</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" <table width=\"80%\" border=\"0\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#7AA1E6\" id=\"tab1\">\r\n");
out.write(" <tr align=\"center\" bordercolor=\"1\" bgcolor=\"#FFFFFF\">\r\n");
out.write(" <td width=\"33%\"><div align=\"center\">帮助分类</div></td>\r\n");
out.write(" <td><div align=\"center\">帮助标题</div></td>\r\n");
out.write(" <td><div align=\"center\">删除</div></td>\r\n");
out.write(" </tr> \r\n");
out.write(" ");
// logic:present
org.apache.struts.taglib.logic.PresentTag _jspx_th_logic_present_0 = (org.apache.struts.taglib.logic.PresentTag) _jspx_tagPool_logic_present_name.get(org.apache.struts.taglib.logic.PresentTag.class);
_jspx_th_logic_present_0.setPageContext(_jspx_page_context);
_jspx_th_logic_present_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_logic_present_0.setName("rs");
int _jspx_eval_logic_present_0 = _jspx_th_logic_present_0.doStartTag();
if (_jspx_eval_logic_present_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" ");
// 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(_jspx_page_context);
_jspx_th_logic_iterate_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_present_0);
_jspx_th_logic_iterate_0.setId("mht");
_jspx_th_logic_iterate_0.setName("rs");
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 mht = null;
if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_logic_iterate_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_logic_iterate_0.doInitBody();
}
mht = (java.lang.Object) _jspx_page_context.findAttribute("mht");
do {
out.write("\r\n");
out.write(" <tr bgcolor=\"#FFFFFF\">\r\n");
out.write(" \t<td align=\"center\" rowspan=\"");
if (_jspx_meth_bean_write_0(_jspx_th_logic_iterate_0, _jspx_page_context))
return;
out.write("\"> \r\n");
out.write(" \t <a href=\"/U01MHtypeSearch.do?method=search&htId=");
if (_jspx_meth_bean_write_1(_jspx_th_logic_iterate_0, _jspx_page_context))
return;
out.write("\">\r\n");
out.write(" \t ");
if (_jspx_meth_bean_write_2(_jspx_th_logic_iterate_0, _jspx_page_context))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -