📄 manage_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class manage_0002ejsp_jsp extends HttpJspBase {
// begin [file="/manage.jsp";from=(1,0);to=(1,76)]
// end
static {
}
public manage_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="/manage.jsp";from=(0,49);to=(1,0)]
out.write("\r\n");
// end
// begin [file="/manage.jsp";from=(1,0);to=(1,76)]
com.officelog.OffLogBean offLogBean = null;
boolean _jspx_specialoffLogBean = false;
synchronized (pageContext) {
offLogBean= (com.officelog.OffLogBean)
pageContext.getAttribute("offLogBean",PageContext.PAGE_SCOPE);
if ( offLogBean == null ) {
_jspx_specialoffLogBean = true;
try {
offLogBean = (com.officelog.OffLogBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.officelog.OffLogBean");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.officelog.OffLogBean", exc);
}
pageContext.setAttribute("offLogBean", offLogBean, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialoffLogBean == true) {
// end
// begin [file="/manage.jsp";from=(1,0);to=(1,76)]
}
// end
// HTML // begin [file="/manage.jsp";from=(1,76);to=(2,0)]
out.write("\r\n");
// end
// begin [file="/manage.jsp";from=(2,2);to=(7,0)]
boolean isUser=false;
isUser=offLogBean.chkUser(request,response);
if(!isUser)
response.sendRedirect("failLogin.html");
// end
// HTML // begin [file="/manage.jsp";from=(7,2);to=(26,7)]
out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n<link rel=\"stylesheet\" href=\"html.css\">\r\n<title>管理专区</title>\r\n<frameset framespacing=\"0\" cols=\"190,*\" frameborder=\"0\">\r\n<frameset rows=\"150,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\"> \r\n <frame src=\"/OfficeLog/clock.jsp\" name=\"lefttop\" scrolling=\"NO\" noresize >\r\n <frame name=\"left\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\" src=\"/OfficeLog/left.jsp\">\r\n</frameset>\r\n<frame name=\"right\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\" src=\"/OfficeLog/main.jsp\">\r\n </frameset>\r\n <noframes>\r\n <body>\r\n <p>This page uses frames, but your browser doesn't support them.</p>\r\n </body>\r\n </noframes>\r\n</html>");
// 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 + -