📄 display_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class display_0002ejsp_jsp extends HttpJspBase {
static {
}
public display_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="/display.jsp";from=(0,48);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/display.jsp";from=(1,58);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/display.jsp";from=(2,58);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/display.jsp";from=(3,60);to=(4,0)]
out.write("\r\n");
// end
// HTML // begin [file="/display.jsp";from=(4,66);to=(13,0)]
out.write("\r\n<html>\r\n<head>\r\n<title>\r\ndisplay\r\n</title>\r\n</head>\r\n<body bgcolor=\"#ffffff\">\r\n<h1>\r\n");
// end
// begin [file="/display.jsp";from=(13,0);to=(13,47)]
/* ---- logic:present ---- */
org.apache.struts.taglib.logic.PresentTag _jspx_th_logic_present_0 = new org.apache.struts.taglib.logic.PresentTag();
_jspx_th_logic_present_0.setPageContext(pageContext);
_jspx_th_logic_present_0.setParent(null);
_jspx_th_logic_present_0.setName("lastName");
_jspx_th_logic_present_0.setScope("request");
try {
int _jspx_eval_logic_present_0 = _jspx_th_logic_present_0.doStartTag();
if (_jspx_eval_logic_present_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.struts.taglib.logic.PresentTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_logic_present_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// HTML // begin [file="/display.jsp";from=(13,47);to=(15,0)]
out.write("\r\nHello\r\n");
// end
// begin [file="/display.jsp";from=(15,0);to=(15,56)]
/* ---- logic:equal ---- */
org.apache.struts.taglib.logic.EqualTag _jspx_th_logic_equal_0 = new org.apache.struts.taglib.logic.EqualTag();
_jspx_th_logic_equal_0.setPageContext(pageContext);
_jspx_th_logic_equal_0.setParent(_jspx_th_logic_present_0);
_jspx_th_logic_equal_0.setName("submitForm");
_jspx_th_logic_equal_0.setProperty("age");
_jspx_th_logic_equal_0.setValue("a");
try {
int _jspx_eval_logic_equal_0 = _jspx_th_logic_equal_0.doStartTag();
if (_jspx_eval_logic_equal_0 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.struts.taglib.logic.EqualTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_logic_equal_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// HTML // begin [file="/display.jsp";from=(15,56);to=(17,0)]
out.write("\r\nyoung\r\n");
// end
// begin [file="/display.jsp";from=(17,0);to=(17,14)]
} while (_jspx_th_logic_equal_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
}
if (_jspx_th_logic_equal_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
} finally {
_jspx_th_logic_equal_0.release();
}
// end
// HTML // begin [file="/display.jsp";from=(17,14);to=(18,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(18,0);to=(18,56)]
/* ---- logic:equal ---- */
org.apache.struts.taglib.logic.EqualTag _jspx_th_logic_equal_1 = new org.apache.struts.taglib.logic.EqualTag();
_jspx_th_logic_equal_1.setPageContext(pageContext);
_jspx_th_logic_equal_1.setParent(_jspx_th_logic_present_0);
_jspx_th_logic_equal_1.setName("submitForm");
_jspx_th_logic_equal_1.setProperty("age");
_jspx_th_logic_equal_1.setValue("c");
try {
int _jspx_eval_logic_equal_1 = _jspx_th_logic_equal_1.doStartTag();
if (_jspx_eval_logic_equal_1 == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_BUFFERED)
throw new JspTagException("Since tag handler class org.apache.struts.taglib.logic.EqualTag does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG");
if (_jspx_eval_logic_equal_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
// end
// HTML // begin [file="/display.jsp";from=(18,56);to=(20,0)]
out.write("\r\nold\r\n");
// end
// begin [file="/display.jsp";from=(20,0);to=(20,14)]
} while (_jspx_th_logic_equal_1.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
}
if (_jspx_th_logic_equal_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
} finally {
_jspx_th_logic_equal_1.release();
}
// end
// HTML // begin [file="/display.jsp";from=(20,14);to=(21,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(21,0);to=(21,45)]
/* ---- 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_present_0);
_jspx_th_bean_write_0.setName("lastName");
_jspx_th_bean_write_0.setScope("request");
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="/display.jsp";from=(21,0);to=(21,45)]
} 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="/display.jsp";from=(21,45);to=(22,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(22,0);to=(22,16)]
} while (_jspx_th_logic_present_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
}
if (_jspx_th_logic_present_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
} finally {
_jspx_th_logic_present_0.release();
}
// end
// HTML // begin [file="/display.jsp";from=(22,16);to=(26,0)]
out.write("\r\n</h1>\r\n</body>\r\n</html>\r\n");
// end
} catch (Throwable t) {
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -