📄 result_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class result_0002ejsp_jsp extends HttpJspBase {
// begin [file="/result.jsp";from=(1,0);to=(1,71)]
// end
static {
}
public result_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=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/result.jsp";from=(0,49);to=(1,0)]
out.write("\r\n");
// end
// begin [file="/result.jsp";from=(1,0);to=(1,71)]
java.lang.String result = null;
boolean _jspx_specialresult = false;
synchronized (request) {
result= (java.lang.String)
pageContext.getAttribute("result",PageContext.REQUEST_SCOPE);
if ( result == null ) {
_jspx_specialresult = true;
try {
result = (java.lang.String) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.String");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"java.lang.String", exc);
}
pageContext.setAttribute("result", result, PageContext.REQUEST_SCOPE);
}
}
if(_jspx_specialresult == true) {
// end
// begin [file="/result.jsp";from=(1,0);to=(1,71)]
}
// end
// HTML // begin [file="/result.jsp";from=(1,71);to=(10,7)]
out.write("\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n<HTML>\r\n<HEAD>\r\n<META http-equiv=\"Content-Type\" content=\"text/html; charset=GB2312\">\r\n<META name=\"GENERATOR\" content=\"IBM WebSphere Studio\">\r\n<META http-equiv=\"Content-Style-Type\" content=\"text/css\">\r\n<LINK href=\"../theme/Master.css\" rel=\"stylesheet\"\r\n\ttype=\"text/css\">\r\n<TITLE>");
// end
// begin [file="/result.jsp";from=(10,10);to=(10,16)]
out.print(result);
// end
// HTML // begin [file="/result.jsp";from=(10,18);to=(19,26)]
out.write("</TITLE>\r\n</HEAD>\r\n<BODY>\r\n<P> </P>\r\n<P> </P>\r\n<P> </P>\r\n<P> </P>\r\n<P> </P>\r\n<P> </P>\r\n<P> ");
// end
// begin [file="/result.jsp";from=(19,29);to=(19,35)]
out.print(result);
// end
// HTML // begin [file="/result.jsp";from=(19,37);to=(24,0)]
out.write("</P>\r\n<P> </P>\r\n<P> <a href=\"javascript:history.back()\">返回</a></P>\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 + -