source: ether_2012/work/org/apache/jsp/index_jsp.java @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 2.2 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 final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
11
12  private static java.util.List _jspx_dependants;
13
14  private javax.el.ExpressionFactory _el_expressionfactory;
15  private org.apache.AnnotationProcessor _jsp_annotationprocessor;
16
17  public Object getDependants() {
18    return _jspx_dependants;
19  }
20
21  public void _jspInit() {
22    _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
23    _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
24  }
25
26  public void _jspDestroy() {
27  }
28
29  public void _jspService(HttpServletRequest request, HttpServletResponse response)
30        throws java.io.IOException, ServletException {
31
32    PageContext pageContext = null;
33    HttpSession session = null;
34    ServletContext application = null;
35    ServletConfig config = null;
36    JspWriter out = null;
37    Object page = this;
38    JspWriter _jspx_out = null;
39    PageContext _jspx_page_context = null;
40
41
42    try {
43      response.setContentType("text/html");
44      pageContext = _jspxFactory.getPageContext(this, request, response,
45                        null, true, 8192, true);
46      _jspx_page_context = pageContext;
47      application = pageContext.getServletContext();
48      config = pageContext.getServletConfig();
49      session = pageContext.getSession();
50      out = pageContext.getOut();
51      _jspx_out = out;
52
53      out.write('\n');
54      if (true) {
55        _jspx_page_context.forward("visualization?methodName=home");
56        return;
57      }
58    } catch (Throwable t) {
59      if (!(t instanceof SkipPageException)){
60        out = _jspx_out;
61        if (out != null && out.getBufferSize() != 0)
62          try { out.clearBuffer(); } catch (java.io.IOException e) {}
63        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
64      }
65    } finally {
66      _jspxFactory.releasePageContext(_jspx_page_context);
67    }
68  }
69}
Note: See TracBrowser for help on using the repository browser.