1 package org.apache.jsp; 2 3 import javax.servlet.*; 4 import javax.servlet.http.*; 5 import javax.servlet.jsp.*; 6 import org.apache.jasper.runtime.*; 7 8 public class index_jsp extends HttpJspBase { 9 10 11 private static java.util.Vector _jspx_includes; 12 13 public java.util.List getIncludes() { 14 return _jspx_includes; 15 } 16 17 public void _jspService(HttpServletRequest request, HttpServletResponse response) 18 throws java.io.IOException , ServletException { 19 20 JspFactory _jspxFactory = null; 21 javax.servlet.jsp.PageContext pageContext = null; 22 HttpSession session = null; 23 ServletContext application = null; 24 ServletConfig config = null; 25 JspWriter out = null; 26 Object page = this; 27 JspWriter _jspx_out = null; 28 29 30 try { 31 _jspxFactory = JspFactory.getDefaultFactory(); 32 response.setContentType("text/html;charset=ISO-8859-1"); 33 pageContext = _jspxFactory.getPageContext(this, request, response, 34 null, true, 8192, true); 35 application = pageContext.getServletContext(); 36 config = pageContext.getServletConfig(); 37 session = pageContext.getSession(); 38 out = pageContext.getOut(); 39 _jspx_out = out; 40 41 out.write("\r\n"); 42 out.write("\r\n\r\n"); 43 out.write("<html>\r\n"); 44 out.write("<head>\r\n\t"); 45 out.write("<title>ion - backoffice"); 46 out.write("</title>\r\n"); 47 out.write("</head>\r\n\r\n"); 48 out.write("<!-- Body -->\r\n"); 49 out.write("<frameset rows=\"73,*\" cols=\"*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\"> \r\n "); 50 out.write("<frame name=\"banner\" SRC=\"menu.x\" scrolling=\"no\" noresize scrolling=\"no\">\r\n "); 51 out.write("<frame name=\"sub\" SRC=\"indexSub.jsp\" scrolling=\"auto\" marginheight=\"5\" marginwidth=\"10\" noresize>\r\n"); 52 out.write("</frameset>\r\n\r\n"); 53 out.write("</html>"); 54 } catch (Throwable t) { 55 out = _jspx_out; 56 if (out != null && out.getBufferSize() != 0) 57 out.clearBuffer(); 58 if (pageContext != null) pageContext.handlePageException(t); 59 } finally { 60 if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext); 61 } 62 } 63 } 64 | Popular Tags |