footer_0002ejsp_jsp.java

来自「上传个比较简单的代码 有问题的大家及时交流啊」· Java 代码 · 共 89 行

JAVA
89
字号
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class footer_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public footer_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="/footer.jsp";from=(0,60);to=(1,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/footer.jsp";from=(1,62);to=(2,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/footer.jsp";from=(2,60);to=(3,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/footer.jsp";from=(3,66);to=(4,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/footer.jsp";from=(4,58);to=(5,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/footer.jsp";from=(5,58);to=(6,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/footer.jsp";from=(6,48);to=(24,0)]
                out.write("\r\n<html>\r\n<head>\r\n<title>Footer</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\r\n</head>\r\n\r\n<body bgcolor=\"#DFE8EF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" class=\"back\">\r\n<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr> \r\n    <td width=\"10\">&nbsp;</td>\r\n    <td width=\"91\">&nbsp;</td>\r\n    <td width=\"399\">&nbsp;</td>\r\n  </tr>\r\n</table>\r\n<p>&nbsp; </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 + =
减小字号Ctrl + -
显示快捷键?