📄 __relationlist.java
字号:
private final static String _wl_block21 = " <a href=\"./relationlist.do?event=add\" target=\"_self\">增加新的客户</a></font></td>\r\n </tr>\r\n </table>\r\n"; private final static byte[] _wl_block21Bytes = _getBytes(_wl_block21); private final static String _wl_block22 = "\r\n"; private final static byte[] _wl_block22Bytes = _getBytes(_wl_block22); private final static String _wl_block23 = "\r\n<script type=\"text/javascript\">\r\n//<![CDATA[\r\n\r\nfunction addClassName(el, sClassName) {\r\n\tvar s = el.className;\r\n\tvar p = s.split(\" \");\r\n\tvar l = p.length;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tif (p[i] == sClassName)\r\n\t\t\treturn;\r\n\t}\r\n\tp[p.length] = sClassName;\r\n\tel.className = p.join(\" \");\r\n\r\n}\r\n\r\nfunction removeClassName(el, sClassName) {\r\n\tvar s = el.className;\r\n\tvar p = s.split(\" \");\r\n\tvar np = [];\r\n\tvar l = p.length;\r\n\tvar j = 0;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tif (p[i] != sClassName)\r\n\t\t\tnp[j++] = p[i];\r\n\t}\r\n\tel.className = np.join(\" \");\r\n}\r\n\r\nvar st = new SortableTable(document.getElementById(\"table-1\"),\r\n\t[\"String\", \"CaseInsensitiveString\", \"Number\", \"Date\", \"None\"]);\r\n\r\n// restore the class names\r\nst.onsort = function () {\r\n\tvar rows = st.tBody.rows;\r\n\tvar l = rows.length;\r\n\tfor (var i = 0; i < l; i++) {\r\n\t\tremoveClassName(rows[i], i % 2 ? \"odd\" : \"even\");\r\n\t\taddClassName(rows[i], i % 2 ? \"even\" : \"odd\");\r\n\t}\r\n};\r\n\r\n\r\n//]]>\r\n</script>\r\n</body>\r\n</html>\r\n"; private final static byte[] _wl_block23Bytes = _getBytes(_wl_block23);
public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
{
// declare and set well-known variables:
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.ServletContext application = config.getServletContext();
javax.servlet.jsp.tagext.Tag _activeTag = null;
// variables for Tag extension protocol int _int0 = 0, _int1 = 0, _int2 = 0, _int3 = 0; org.apache.struts.taglib.bean.DefineTag _bean_define0 = null; org.apache.struts.taglib.bean.WriteTag _bean_write0 = null, _bean_write1 = null; org.apache.struts.taglib.logic.IterateTag _logic_iterate0 = null; org.apache.struts.taglib.logic.GreaterThanTag _logic_greaterThan0 = null, _logic_greaterThan1 = null; org.apache.struts.taglib.html.HiddenTag _html_hidden0 = null; org.apache.struts.taglib.html.FormTag _html_form0 = null;
Object page = this;
javax.servlet.jsp.JspWriter out;
javax.servlet.jsp.PageContext pageContext = javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 8192, true);
response.setHeader("Content-Type", "text/html; charset=GBK"); out = pageContext.getOut(); JspWriter _originalOut = out;
javax.servlet.http.HttpSession session = request.getSession(true);
try { // error page try block response.setContentType("text/html; charset=GBK"); _writeText(response, out, _wl_block0, _wl_block0Bytes); //^%$__TAG_CODEGEN : begin form custom tag block... //[ /relationlist.jsp; Line: 91] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 91] if (_html_form0 == null) _html_form0 = new org.apache.struts.taglib.html.FormTag(); //[ /relationlist.jsp; Line: 91] _html_form0.setPageContext(pageContext); //[ /relationlist.jsp; Line: 91] _html_form0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /relationlist.jsp; Line: 91] _activeTag = _html_form0; //[ /relationlist.jsp; Line: 91] _html_form0.setAction(weblogic.utils.StringUtils.valueOf("/relationlist")); //[ /relationlist.jsp; Line: 91] _int0 = _html_form0.doStartTag(); //[ /relationlist.jsp; Line: 91] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /relationlist.jsp; Line: 91] throw new JspTagException("Since tag class org.apache.struts.taglib.html.FormTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /relationlist.jsp; Line: 91] } //[ /relationlist.jsp; Line: 91] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 91] if (_int0 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /relationlist.jsp; Line: 91] do { //[ /relationlist.jsp; Line: 91] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /relationlist.jsp; Line: 91] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 91] _writeText(response, out, _wl_block1, _wl_block1Bytes); //^%$__TAG_CODEGEN : begin hidden custom tag block... //[ /relationlist.jsp; Line: 92] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 92] if (_html_hidden0 == null) _html_hidden0 = new org.apache.struts.taglib.html.HiddenTag(); //[ /relationlist.jsp; Line: 92] _html_hidden0.setPageContext(pageContext); //[ /relationlist.jsp; Line: 92] _html_hidden0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /relationlist.jsp; Line: 92] _activeTag = _html_hidden0; //[ /relationlist.jsp; Line: 92] _html_hidden0.setProperty(weblogic.utils.StringUtils.valueOf("event")); //[ /relationlist.jsp; Line: 92] _int1 = _html_hidden0.doStartTag(); //[ /relationlist.jsp; Line: 92] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 92] weblogic.servlet.jsp.StandardTagLib.fakeEmptyBodyTag(pageContext, _html_hidden0, _int1, true); //[ /relationlist.jsp; Line: 92] if (_html_hidden0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_hidden0); return; } //[ /relationlist.jsp; Line: 92] _activeTag = _html_hidden0.getParent(); _html_hidden0.release(); //[ /relationlist.jsp; Line: 92] //end hidden custom tag.... //[ /relationlist.jsp; Line: 92] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 92] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 92] _writeText(response, out, _wl_block2, _wl_block2Bytes); //^%$__TAG_CODEGEN : begin hidden custom tag block... //[ /relationlist.jsp; Line: 93] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 93] if (_html_hidden0 == null) _html_hidden0 = new org.apache.struts.taglib.html.HiddenTag(); //[ /relationlist.jsp; Line: 93] _html_hidden0.setPageContext(pageContext); //[ /relationlist.jsp; Line: 93] _html_hidden0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /relationlist.jsp; Line: 93] _activeTag = _html_hidden0; //[ /relationlist.jsp; Line: 93] _html_hidden0.setProperty(weblogic.utils.StringUtils.valueOf("curr")); //[ /relationlist.jsp; Line: 93] _int1 = _html_hidden0.doStartTag(); //[ /relationlist.jsp; Line: 93] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 93] weblogic.servlet.jsp.StandardTagLib.fakeEmptyBodyTag(pageContext, _html_hidden0, _int1, true); //[ /relationlist.jsp; Line: 93] if (_html_hidden0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_hidden0); return; } //[ /relationlist.jsp; Line: 93] _activeTag = _html_hidden0.getParent(); _html_hidden0.release(); //[ /relationlist.jsp; Line: 93] //end hidden custom tag.... //[ /relationlist.jsp; Line: 93] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 93] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 93] _writeText(response, out, _wl_block3, _wl_block3Bytes); //^%$__TAG_CODEGEN : begin hidden custom tag block... //[ /relationlist.jsp; Line: 94] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 94] if (_html_hidden0 == null) _html_hidden0 = new org.apache.struts.taglib.html.HiddenTag(); //[ /relationlist.jsp; Line: 94] _html_hidden0.setPageContext(pageContext); //[ /relationlist.jsp; Line: 94] _html_hidden0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /relationlist.jsp; Line: 94] _activeTag = _html_hidden0; //[ /relationlist.jsp; Line: 94] _html_hidden0.setProperty(weblogic.utils.StringUtils.valueOf("totalPage")); //[ /relationlist.jsp; Line: 94] _int1 = _html_hidden0.doStartTag(); //[ /relationlist.jsp; Line: 94] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 94] weblogic.servlet.jsp.StandardTagLib.fakeEmptyBodyTag(pageContext, _html_hidden0, _int1, true); //[ /relationlist.jsp; Line: 94] if (_html_hidden0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_hidden0); return; } //[ /relationlist.jsp; Line: 94] _activeTag = _html_hidden0.getParent(); _html_hidden0.release(); //[ /relationlist.jsp; Line: 94] //end hidden custom tag.... //[ /relationlist.jsp; Line: 94] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 94] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 94] _writeText(response, out, _wl_block4, _wl_block4Bytes); //^%$__TAG_CODEGEN : begin hidden custom tag block... //[ /relationlist.jsp; Line: 95] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 95] if (_html_hidden0 == null) _html_hidden0 = new org.apache.struts.taglib.html.HiddenTag(); //[ /relationlist.jsp; Line: 95] _html_hidden0.setPageContext(pageContext); //[ /relationlist.jsp; Line: 95] _html_hidden0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /relationlist.jsp; Line: 95] _activeTag = _html_hidden0; //[ /relationlist.jsp; Line: 95] _html_hidden0.setProperty(weblogic.utils.StringUtils.valueOf("pageSize")); //[ /relationlist.jsp; Line: 95] _int1 = _html_hidden0.doStartTag(); //[ /relationlist.jsp; Line: 95] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 95] weblogic.servlet.jsp.StandardTagLib.fakeEmptyBodyTag(pageContext, _html_hidden0, _int1, true); //[ /relationlist.jsp; Line: 95] if (_html_hidden0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_hidden0); return; } //[ /relationlist.jsp; Line: 95] _activeTag = _html_hidden0.getParent(); _html_hidden0.release(); //[ /relationlist.jsp; Line: 95] //end hidden custom tag.... //[ /relationlist.jsp; Line: 95] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 95] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 95] _writeText(response, out, _wl_block5, _wl_block5Bytes); //^%$__TAG_CODEGEN : begin iterate custom tag block... //[ /relationlist.jsp; Line: 108] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 108] if (_logic_iterate0 == null) _logic_iterate0 = new org.apache.struts.taglib.logic.IterateTag(); //[ /relationlist.jsp; Line: 108] _logic_iterate0.setPageContext(pageContext); //[ /relationlist.jsp; Line: 108] _logic_iterate0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /relationlist.jsp; Line: 108] _activeTag = _logic_iterate0; //[ /relationlist.jsp; Line: 108] _logic_iterate0.setName(weblogic.utils.StringUtils.valueOf("relationListForm")); //[ /relationlist.jsp; Line: 108] _logic_iterate0.setProperty(weblogic.utils.StringUtils.valueOf("relationDetailCol")); //[ /relationlist.jsp; Line: 108] _logic_iterate0.setId(weblogic.utils.StringUtils.valueOf("item")); //[ /relationlist.jsp; Line: 108] _logic_iterate0.setIndexId(weblogic.utils.StringUtils.valueOf("i")); //[ /relationlist.jsp; Line: 108] _int1 = _logic_iterate0.doStartTag(); //[ /relationlist.jsp; Line: 108] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /relationlist.jsp; Line: 108] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /relationlist.jsp; Line: 108] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /relationlist.jsp; Line: 108] out = pageContext.pushBody(); //[ /relationlist.jsp; Line: 108] _logic_iterate0.setBodyContent((BodyContent)out); //[ /relationlist.jsp; Line: 108]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -