source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/index_jsp.java @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1package org.apache.jsp;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
8    implements org.apache.jasper.runtime.JspSourceDependent {
9
10  private static java.util.Vector _jspx_dependants;
11
12  public java.util.List getDependants() {
13    return _jspx_dependants;
14  }
15
16  public void _jspService(HttpServletRequest request, HttpServletResponse response)
17        throws java.io.IOException, ServletException {
18
19    JspFactory _jspxFactory = null;
20    PageContext pageContext = null;
21    ServletContext application = null;
22    ServletConfig config = null;
23    JspWriter out = null;
24    Object page = this;
25    JspWriter _jspx_out = null;
26
27
28    try {
29      _jspxFactory = JspFactory.getDefaultFactory();
30      response.setContentType("text/html");
31      pageContext = _jspxFactory.getPageContext(this, request, response,
32                        null, false, 8192, true);
33      application = pageContext.getServletContext();
34      config = pageContext.getServletConfig();
35      out = pageContext.getOut();
36      _jspx_out = out;
37
38      out.write('\n');
39
40response.sendRedirect("./JSF/page_login.jsf");
41//response.sendRedirect("./carte.jsf");
42
43      out.write('\n');
44    } catch (Throwable t) {
45      if (!(t instanceof SkipPageException)){
46        out = _jspx_out;
47        if (out != null && out.getBufferSize() != 0)
48          out.clearBuffer();
49        if (pageContext != null) pageContext.handlePageException(t);
50      }
51    } finally {
52      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
53    }
54  }
55}
Note: See TracBrowser for help on using the repository browser.