managercheckfail_0002ejsp_jsp.java

来自「jsp技术 基于struts框架的新闻发布系统」· Java 代码 · 共 67 行

JAVA
67
字号
package jsp.managerBack;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class managerCheckFail_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public managerCheckFail_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="/jsp/managerBack/managerCheckFail.jsp";from=(0,51);to=(39,0)]
                out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"refresh\" content=\"5;URL=jsp/managerBack/managerCheck.jsp\">\r\n<title>不存在此用户和密码</title>\r\n\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\"><style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n\tmargin-right: 0px;\r\n\tmargin-bottom: 0px;\r\n}\r\n-->\r\n</style></head>\r\n<body>\r\n\r\n\t\r\n  <p>&nbsp;</p>\r\n  <table width=\"298\" height=\"253\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n    <tr>\r\n      <td height=\"159\" valign=\"top\" background=\"jsp/images/managerCheckFail.gif\"><table width=\"100%\" height=\"199\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n        <tr>\r\n          <td height=\"95\">&nbsp;</td>\r\n        </tr>\r\n        <tr>\r\n          <td align=\"center\">\r\n    <p>不存在此用户和密码</p>\r\n  <p>5秒钟自动返回</p>\t</td>\r\n  \r\n        </tr>\r\n      </table></td>\r\n    </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n\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 + =
减小字号Ctrl + -
显示快捷键?