📄 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 {
// begin [file="/display.jsp";from=(8,0);to=(8,92)]
// end
// begin [file="/display.jsp";from=(10,0);to=(10,81)]
// end
// begin [file="/display.jsp";from=(12,0);to=(12,82)]
// end
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,
"display_error.jsp", 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,41);to=(8,0)]
out.write("\r\n<html>\r\n<head>\r\n<title>\r\ndisplay\r\n</title>\r\n</head>\r\n");
// end
// begin [file="/display.jsp";from=(8,0);to=(8,92)]
bbs.beans.displayplan.DisplayBean displayBeanId = null;
boolean _jspx_specialdisplayBeanId = false;
synchronized (session) {
displayBeanId= (bbs.beans.displayplan.DisplayBean)
pageContext.getAttribute("displayBeanId",PageContext.SESSION_SCOPE);
if ( displayBeanId == null ) {
_jspx_specialdisplayBeanId = true;
try {
displayBeanId = (bbs.beans.displayplan.DisplayBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "bbs.beans.displayplan.DisplayBean");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"bbs.beans.displayplan.DisplayBean", exc);
}
pageContext.setAttribute("displayBeanId", displayBeanId, PageContext.SESSION_SCOPE);
}
}
if(_jspx_specialdisplayBeanId == true) {
// end
// begin [file="/display.jsp";from=(8,0);to=(8,92)]
}
// end
// HTML // begin [file="/display.jsp";from=(8,92);to=(9,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(9,0);to=(9,53)]
JspRuntimeLibrary.introspect(pageContext.findAttribute("displayBeanId"), request);
// end
// HTML // begin [file="/display.jsp";from=(9,53);to=(10,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(10,0);to=(10,81)]
bbs.beans.displayplan.PageBean bean0 = null;
boolean _jspx_specialbean0 = false;
synchronized (session) {
bean0= (bbs.beans.displayplan.PageBean)
pageContext.getAttribute("bean0",PageContext.SESSION_SCOPE);
if ( bean0 == null ) {
_jspx_specialbean0 = true;
try {
bean0 = (bbs.beans.displayplan.PageBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "bbs.beans.displayplan.PageBean");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"bbs.beans.displayplan.PageBean", exc);
}
pageContext.setAttribute("bean0", bean0, PageContext.SESSION_SCOPE);
}
}
if(_jspx_specialbean0 == true) {
// end
// begin [file="/display.jsp";from=(10,0);to=(10,81)]
}
// end
// HTML // begin [file="/display.jsp";from=(10,81);to=(11,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(11,0);to=(11,45)]
JspRuntimeLibrary.introspect(pageContext.findAttribute("bean0"), request);
// end
// HTML // begin [file="/display.jsp";from=(11,45);to=(12,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(12,0);to=(12,82)]
bbs.beans.displayplan.ForumBean bean1 = null;
boolean _jspx_specialbean1 = false;
synchronized (session) {
bean1= (bbs.beans.displayplan.ForumBean)
pageContext.getAttribute("bean1",PageContext.SESSION_SCOPE);
if ( bean1 == null ) {
_jspx_specialbean1 = true;
try {
bean1 = (bbs.beans.displayplan.ForumBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "bbs.beans.displayplan.ForumBean");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"bbs.beans.displayplan.ForumBean", exc);
}
pageContext.setAttribute("bean1", bean1, PageContext.SESSION_SCOPE);
}
}
if(_jspx_specialbean1 == true) {
// end
// begin [file="/display.jsp";from=(12,0);to=(12,82)]
}
// end
// HTML // begin [file="/display.jsp";from=(12,82);to=(13,0)]
out.write("\r\n");
// end
// begin [file="/display.jsp";from=(13,0);to=(13,45)]
JspRuntimeLibrary.introspect(pageContext.findAttribute("bean1"), request);
// end
// HTML // begin [file="/display.jsp";from=(13,45);to=(24,27)]
out.write("\r\n<body bgcolor=\"#c0c0c0\">\r\n<h1>\r\nJBuilder Generated JSP\r\n</h1>\r\n<form method=\"post\">\r\n<br>Enter new value : <input name=\"sample\"><br>\r\n<br><br>\r\n<input type=\"submit\" name=\"Submit\" value=\"Submit\">\r\n<input type=\"reset\" value=\"Reset\">\r\n<br>\r\nValue of Bean property is :");
// end
// begin [file="/display.jsp";from=(24,27);to=(24,85)]
out.print(JspRuntimeLibrary.toString((((bbs.beans.displayplan.DisplayBean)pageContext.findAttribute("displayBeanId")).getSample())));
// end
// HTML // begin [file="/display.jsp";from=(24,85);to=(26,27)]
out.write("\r\n<hr>bean0<br>\r\nValue of bean0.result is : ");
// end
// begin [file="/display.jsp";from=(26,27);to=(26,77)]
out.print(JspRuntimeLibrary.toString((((bbs.beans.displayplan.PageBean)pageContext.findAttribute("bean0")).getResult())));
// end
// HTML // begin [file="/display.jsp";from=(26,77);to=(29,27)]
out.write("<br>\r\n<hr><br>\r\n<hr>bean1<br>\r\nValue of bean1.result is : ");
// end
// begin [file="/display.jsp";from=(29,27);to=(29,77)]
out.print(JspRuntimeLibrary.toString((((bbs.beans.displayplan.ForumBean)pageContext.findAttribute("bean1")).getResult())));
// end
// HTML // begin [file="/display.jsp";from=(29,77);to=(34,0)]
out.write("<br>\r\n<hr><br>\r\n</form>\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 + -