📄 entry_0002ejsp_jsp.java
字号:
package manager.Client;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class entry_0002ejsp_jsp extends HttpJspBase {
static {
}
public entry_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="/manager/Client/entry.jsp";from=(0,48);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(1,60);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(2,62);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(3,66);to=(4,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(4,58);to=(5,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(5,58);to=(6,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(6,60);to=(7,0)]
out.write("\r\n");
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(7,53);to=(8,0)]
out.write("\r\n");
// end
// begin [file="/manager/Client/entry.jsp";from=(8,0);to=(8,47)]
/* ---- 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("/Client/save");
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="/manager/Client/entry.jsp";from=(8,47);to=(9,0)]
out.write("\r\n");
// end
// begin [file="/manager/Client/entry.jsp";from=(9,0);to=(9,38)]
/* ---- html:hidden ---- */
org.apache.struts.taglib.html.HiddenTag _jspx_th_html_hidden_0 = new org.apache.struts.taglib.html.HiddenTag();
_jspx_th_html_hidden_0.setPageContext(pageContext);
_jspx_th_html_hidden_0.setParent(_jspx_th_html_form_0);
_jspx_th_html_hidden_0.setProperty("strutsAction");
try {
int _jspx_eval_html_hidden_0 = _jspx_th_html_hidden_0.doStartTag();
if (_jspx_eval_html_hidden_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
try {
if (_jspx_eval_html_hidden_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = pageContext.pushBody();
_jspx_th_html_hidden_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_html_hidden_0.doInitBody();
}
do {
// end
// begin [file="/manager/Client/entry.jsp";from=(9,0);to=(9,38)]
} while (_jspx_th_html_hidden_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
} finally {
if (_jspx_eval_html_hidden_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
out = pageContext.popBody();
}
}
if (_jspx_th_html_hidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
} finally {
_jspx_th_html_hidden_0.release();
}
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(9,38);to=(27,4)]
out.write("\r\n\r\n <table bgcolor=\"#666666\" cellpadding=\"1\" cellspacing=\"0\" border=\"0\" width=\"500\">\r\n<tr>\r\n<td>\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"500\">\r\n<tr>\r\n<td bgcolor=\"#fecc51\"> </td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"500\">\r\n <tr>\r\n<td bgcolor=\"#d6e0ed\">\r\n \r\n ");
// end
// begin [file="/manager/Client/entry.jsp";from=(27,4);to=(27,14)]
/* ---- c:choose ---- */
org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_choose_0 = new org.apache.taglibs.standard.tag.common.core.ChooseTag();
_jspx_th_c_choose_0.setPageContext(pageContext);
_jspx_th_c_choose_0.setParent(_jspx_th_html_form_0);
try {
int _jspx_eval_c_choose_0 = _jspx_th_c_choose_0.doStartTag();
if (_jspx_eval_c_choose_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.taglibs.standard.tag.common.core.ChooseTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_c_choose_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(27,14);to=(28,6)]
out.write("\r\n ");
// end
// begin [file="/manager/Client/entry.jsp";from=(28,6);to=(28,69)]
/* ---- c:when ---- */
org.apache.taglibs.standard.tag.el.core.WhenTag _jspx_th_c_when_0 = new org.apache.taglibs.standard.tag.el.core.WhenTag();
_jspx_th_c_when_0.setPageContext(pageContext);
_jspx_th_c_when_0.setParent(_jspx_th_c_choose_0);
_jspx_th_c_when_0.setTest("${requestScope['clientForm'].strutsAction == 1}");
try {
int _jspx_eval_c_when_0 = _jspx_th_c_when_0.doStartTag();
if (_jspx_eval_c_when_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.taglibs.standard.tag.el.core.WhenTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_c_when_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(28,69);to=(29,8)]
out.write("\r\n ");
// end
// begin [file="/manager/Client/entry.jsp";from=(29,8);to=(29,39)]
/* ---- bean:message ---- */
org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_0 = new org.apache.struts.taglib.bean.MessageTag();
_jspx_th_bean_message_0.setPageContext(pageContext);
_jspx_th_bean_message_0.setParent(_jspx_th_c_when_0);
_jspx_th_bean_message_0.setKey("label.add");
try {
int _jspx_eval_bean_message_0 = _jspx_th_bean_message_0.doStartTag();
if (_jspx_eval_bean_message_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_bean_message_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// begin [file="/manager/Client/entry.jsp";from=(29,8);to=(29,39)]
} while (_jspx_th_bean_message_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
}
if (_jspx_th_bean_message_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
} finally {
_jspx_th_bean_message_0.release();
}
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(29,39);to=(30,6)]
out.write("\r\n ");
// end
// begin [file="/manager/Client/entry.jsp";from=(30,6);to=(30,15)]
} while (_jspx_th_c_when_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
}
if (_jspx_th_c_when_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
} finally {
_jspx_th_c_when_0.release();
}
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(30,15);to=(31,6)]
out.write("\r\n ");
// end
// begin [file="/manager/Client/entry.jsp";from=(31,6);to=(31,19)]
/* ---- c:otherwise ---- */
org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_otherwise_0 = new org.apache.taglibs.standard.tag.common.core.OtherwiseTag();
_jspx_th_c_otherwise_0.setPageContext(pageContext);
_jspx_th_c_otherwise_0.setParent(_jspx_th_c_choose_0);
try {
int _jspx_eval_c_otherwise_0 = _jspx_th_c_otherwise_0.doStartTag();
if (_jspx_eval_c_otherwise_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.taglibs.standard.tag.common.core.OtherwiseTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_c_otherwise_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// HTML // begin [file="/manager/Client/entry.jsp";from=(31,19);to=(32,8)]
out.write("\r\n ");
// end
// begin [file="/manager/Client/entry.jsp";from=(32,8);to=(32,40)]
/* ---- bean:message ---- */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -