source: tapas/work/org/apache/jsp/visualization/visu_jsp.java @ 376

Last change on this file since 376 was 376, checked in by rboipsl, 12 years ago

Creation projet tapas

File size: 15.8 KB
Line 
1package org.apache.jsp.visualization;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class visu_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 org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody;
15
16  private javax.el.ExpressionFactory _el_expressionfactory;
17  private org.apache.AnnotationProcessor _jsp_annotationprocessor;
18
19  public Object getDependants() {
20    return _jspx_dependants;
21  }
22
23  public void _jspInit() {
24    _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
25    _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
26    _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
27  }
28
29  public void _jspDestroy() {
30    _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.release();
31  }
32
33  public void _jspService(HttpServletRequest request, HttpServletResponse response)
34        throws java.io.IOException, ServletException {
35
36    PageContext pageContext = null;
37    HttpSession session = null;
38    ServletContext application = null;
39    ServletConfig config = null;
40    JspWriter out = null;
41    Object page = this;
42    JspWriter _jspx_out = null;
43    PageContext _jspx_page_context = null;
44
45
46    try {
47      response.setContentType("text/html;charset=UTF-8");
48      pageContext = _jspxFactory.getPageContext(this, request, response,
49                        null, true, 8192, true);
50      _jspx_page_context = pageContext;
51      application = pageContext.getServletContext();
52      config = pageContext.getServletConfig();
53      session = pageContext.getSession();
54      out = pageContext.getOut();
55      _jspx_out = out;
56
57      out.write("\n");
58      out.write("\n");
59      out.write("\n");
60      out.write("\n");
61      out.write("<html>\n");
62      out.write("<head>\n");
63      out.write("    <meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\">\n");
64      out.write("    <META HTTP-EQUIV=\"PRAGMA\" CONTENT=\"NO-CACHE\">\n");
65      out.write("\n");
66      out.write("    <title>Project source</title>\n");
67      out.write("</head>\n");
68      out.write("\n");
69      out.write("<body>\n");
70      out.write("\n");
71      if (_jspx_meth_spring_005fmessage_005f0(_jspx_page_context))
72        return;
73      out.write(' ');
74      out.write(':');
75      out.write(' ');
76      if (_jspx_meth_spring_005fmessage_005f1(_jspx_page_context))
77        return;
78      out.write("\n");
79      out.write("\n");
80      out.write("<br/><br/>\n");
81      out.write("\n");
82      out.write("<a href=\"visualization?\">");
83      if (_jspx_meth_spring_005fmessage_005f2(_jspx_page_context))
84        return;
85      out.write("</a>\n");
86      out.write("\n");
87      out.write("<hr>\n");
88      out.write("<h3>");
89      if (_jspx_meth_spring_005fmessage_005f3(_jspx_page_context))
90        return;
91      out.write("</h3>\n");
92      out.write("<hr>\n");
93      out.write("\n");
94      out.write("<table width=\"100%\">\n");
95      out.write("    <tr>\n");
96      out.write("        <td>\n");
97      out.write("            <a href=\"visualization?methodName=viewAllPlateforms\">");
98      if (_jspx_meth_spring_005fmessage_005f4(_jspx_page_context))
99        return;
100      out.write("</a>\n");
101      out.write("        </td>\n");
102      out.write("        <td>");
103      if (_jspx_meth_spring_005fmessage_005f5(_jspx_page_context))
104        return;
105      out.write("</td>\n");
106      out.write("    </tr>\n");
107      out.write("\n");
108      out.write("</table>\n");
109      out.write("\n");
110      out.write("</body>\n");
111      out.write("</html>");
112    } catch (Throwable t) {
113      if (!(t instanceof SkipPageException)){
114        out = _jspx_out;
115        if (out != null && out.getBufferSize() != 0)
116          try { out.clearBuffer(); } catch (java.io.IOException e) {}
117        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
118      }
119    } finally {
120      _jspxFactory.releasePageContext(_jspx_page_context);
121    }
122  }
123
124  private boolean _jspx_meth_spring_005fmessage_005f0(PageContext _jspx_page_context)
125          throws Throwable {
126    PageContext pageContext = _jspx_page_context;
127    JspWriter out = _jspx_page_context.getOut();
128    //  spring:message
129    org.springframework.web.servlet.tags.MessageTag _jspx_th_spring_005fmessage_005f0 = (org.springframework.web.servlet.tags.MessageTag) _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.get(org.springframework.web.servlet.tags.MessageTag.class);
130    _jspx_th_spring_005fmessage_005f0.setPageContext(_jspx_page_context);
131    _jspx_th_spring_005fmessage_005f0.setParent(null);
132    // /visualization/visu.jsp(15,0) name = code type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
133    _jspx_th_spring_005fmessage_005f0.setCode("label.language");
134    // /visualization/visu.jsp(15,0) name = htmlEscape type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
135    _jspx_th_spring_005fmessage_005f0.setHtmlEscape("true");
136    int[] _jspx_push_body_count_spring_005fmessage_005f0 = new int[] { 0 };
137    try {
138      int _jspx_eval_spring_005fmessage_005f0 = _jspx_th_spring_005fmessage_005f0.doStartTag();
139      if (_jspx_th_spring_005fmessage_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
140        return true;
141      }
142    } catch (Throwable _jspx_exception) {
143      while (_jspx_push_body_count_spring_005fmessage_005f0[0]-- > 0)
144        out = _jspx_page_context.popBody();
145      _jspx_th_spring_005fmessage_005f0.doCatch(_jspx_exception);
146    } finally {
147      _jspx_th_spring_005fmessage_005f0.doFinally();
148      _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.reuse(_jspx_th_spring_005fmessage_005f0);
149    }
150    return false;
151  }
152
153  private boolean _jspx_meth_spring_005fmessage_005f1(PageContext _jspx_page_context)
154          throws Throwable {
155    PageContext pageContext = _jspx_page_context;
156    JspWriter out = _jspx_page_context.getOut();
157    //  spring:message
158    org.springframework.web.servlet.tags.MessageTag _jspx_th_spring_005fmessage_005f1 = (org.springframework.web.servlet.tags.MessageTag) _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.get(org.springframework.web.servlet.tags.MessageTag.class);
159    _jspx_th_spring_005fmessage_005f1.setPageContext(_jspx_page_context);
160    _jspx_th_spring_005fmessage_005f1.setParent(null);
161    // /visualization/visu.jsp(15,60) name = code type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
162    _jspx_th_spring_005fmessage_005f1.setCode("language");
163    // /visualization/visu.jsp(15,60) name = htmlEscape type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
164    _jspx_th_spring_005fmessage_005f1.setHtmlEscape("true");
165    int[] _jspx_push_body_count_spring_005fmessage_005f1 = new int[] { 0 };
166    try {
167      int _jspx_eval_spring_005fmessage_005f1 = _jspx_th_spring_005fmessage_005f1.doStartTag();
168      if (_jspx_th_spring_005fmessage_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
169        return true;
170      }
171    } catch (Throwable _jspx_exception) {
172      while (_jspx_push_body_count_spring_005fmessage_005f1[0]-- > 0)
173        out = _jspx_page_context.popBody();
174      _jspx_th_spring_005fmessage_005f1.doCatch(_jspx_exception);
175    } finally {
176      _jspx_th_spring_005fmessage_005f1.doFinally();
177      _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.reuse(_jspx_th_spring_005fmessage_005f1);
178    }
179    return false;
180  }
181
182  private boolean _jspx_meth_spring_005fmessage_005f2(PageContext _jspx_page_context)
183          throws Throwable {
184    PageContext pageContext = _jspx_page_context;
185    JspWriter out = _jspx_page_context.getOut();
186    //  spring:message
187    org.springframework.web.servlet.tags.MessageTag _jspx_th_spring_005fmessage_005f2 = (org.springframework.web.servlet.tags.MessageTag) _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.get(org.springframework.web.servlet.tags.MessageTag.class);
188    _jspx_th_spring_005fmessage_005f2.setPageContext(_jspx_page_context);
189    _jspx_th_spring_005fmessage_005f2.setParent(null);
190    // /visualization/visu.jsp(19,25) name = code type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
191    _jspx_th_spring_005fmessage_005f2.setCode("label.index");
192    // /visualization/visu.jsp(19,25) name = htmlEscape type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
193    _jspx_th_spring_005fmessage_005f2.setHtmlEscape("true");
194    int[] _jspx_push_body_count_spring_005fmessage_005f2 = new int[] { 0 };
195    try {
196      int _jspx_eval_spring_005fmessage_005f2 = _jspx_th_spring_005fmessage_005f2.doStartTag();
197      if (_jspx_th_spring_005fmessage_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
198        return true;
199      }
200    } catch (Throwable _jspx_exception) {
201      while (_jspx_push_body_count_spring_005fmessage_005f2[0]-- > 0)
202        out = _jspx_page_context.popBody();
203      _jspx_th_spring_005fmessage_005f2.doCatch(_jspx_exception);
204    } finally {
205      _jspx_th_spring_005fmessage_005f2.doFinally();
206      _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.reuse(_jspx_th_spring_005fmessage_005f2);
207    }
208    return false;
209  }
210
211  private boolean _jspx_meth_spring_005fmessage_005f3(PageContext _jspx_page_context)
212          throws Throwable {
213    PageContext pageContext = _jspx_page_context;
214    JspWriter out = _jspx_page_context.getOut();
215    //  spring:message
216    org.springframework.web.servlet.tags.MessageTag _jspx_th_spring_005fmessage_005f3 = (org.springframework.web.servlet.tags.MessageTag) _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.get(org.springframework.web.servlet.tags.MessageTag.class);
217    _jspx_th_spring_005fmessage_005f3.setPageContext(_jspx_page_context);
218    _jspx_th_spring_005fmessage_005f3.setParent(null);
219    // /visualization/visu.jsp(22,4) name = code type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
220    _jspx_th_spring_005fmessage_005f3.setCode("titre.visu");
221    // /visualization/visu.jsp(22,4) name = htmlEscape type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
222    _jspx_th_spring_005fmessage_005f3.setHtmlEscape("true");
223    int[] _jspx_push_body_count_spring_005fmessage_005f3 = new int[] { 0 };
224    try {
225      int _jspx_eval_spring_005fmessage_005f3 = _jspx_th_spring_005fmessage_005f3.doStartTag();
226      if (_jspx_th_spring_005fmessage_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
227        return true;
228      }
229    } catch (Throwable _jspx_exception) {
230      while (_jspx_push_body_count_spring_005fmessage_005f3[0]-- > 0)
231        out = _jspx_page_context.popBody();
232      _jspx_th_spring_005fmessage_005f3.doCatch(_jspx_exception);
233    } finally {
234      _jspx_th_spring_005fmessage_005f3.doFinally();
235      _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.reuse(_jspx_th_spring_005fmessage_005f3);
236    }
237    return false;
238  }
239
240  private boolean _jspx_meth_spring_005fmessage_005f4(PageContext _jspx_page_context)
241          throws Throwable {
242    PageContext pageContext = _jspx_page_context;
243    JspWriter out = _jspx_page_context.getOut();
244    //  spring:message
245    org.springframework.web.servlet.tags.MessageTag _jspx_th_spring_005fmessage_005f4 = (org.springframework.web.servlet.tags.MessageTag) _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.get(org.springframework.web.servlet.tags.MessageTag.class);
246    _jspx_th_spring_005fmessage_005f4.setPageContext(_jspx_page_context);
247    _jspx_th_spring_005fmessage_005f4.setParent(null);
248    // /visualization/visu.jsp(28,65) name = code type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
249    _jspx_th_spring_005fmessage_005f4.setCode("text.visu.pf.href");
250    // /visualization/visu.jsp(28,65) name = htmlEscape type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
251    _jspx_th_spring_005fmessage_005f4.setHtmlEscape("true");
252    int[] _jspx_push_body_count_spring_005fmessage_005f4 = new int[] { 0 };
253    try {
254      int _jspx_eval_spring_005fmessage_005f4 = _jspx_th_spring_005fmessage_005f4.doStartTag();
255      if (_jspx_th_spring_005fmessage_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
256        return true;
257      }
258    } catch (Throwable _jspx_exception) {
259      while (_jspx_push_body_count_spring_005fmessage_005f4[0]-- > 0)
260        out = _jspx_page_context.popBody();
261      _jspx_th_spring_005fmessage_005f4.doCatch(_jspx_exception);
262    } finally {
263      _jspx_th_spring_005fmessage_005f4.doFinally();
264      _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.reuse(_jspx_th_spring_005fmessage_005f4);
265    }
266    return false;
267  }
268
269  private boolean _jspx_meth_spring_005fmessage_005f5(PageContext _jspx_page_context)
270          throws Throwable {
271    PageContext pageContext = _jspx_page_context;
272    JspWriter out = _jspx_page_context.getOut();
273    //  spring:message
274    org.springframework.web.servlet.tags.MessageTag _jspx_th_spring_005fmessage_005f5 = (org.springframework.web.servlet.tags.MessageTag) _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.get(org.springframework.web.servlet.tags.MessageTag.class);
275    _jspx_th_spring_005fmessage_005f5.setPageContext(_jspx_page_context);
276    _jspx_th_spring_005fmessage_005f5.setParent(null);
277    // /visualization/visu.jsp(30,12) name = code type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
278    _jspx_th_spring_005fmessage_005f5.setCode("text.visu.pf");
279    // /visualization/visu.jsp(30,12) name = htmlEscape type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
280    _jspx_th_spring_005fmessage_005f5.setHtmlEscape("true");
281    int[] _jspx_push_body_count_spring_005fmessage_005f5 = new int[] { 0 };
282    try {
283      int _jspx_eval_spring_005fmessage_005f5 = _jspx_th_spring_005fmessage_005f5.doStartTag();
284      if (_jspx_th_spring_005fmessage_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
285        return true;
286      }
287    } catch (Throwable _jspx_exception) {
288      while (_jspx_push_body_count_spring_005fmessage_005f5[0]-- > 0)
289        out = _jspx_page_context.popBody();
290      _jspx_th_spring_005fmessage_005f5.doCatch(_jspx_exception);
291    } finally {
292      _jspx_th_spring_005fmessage_005f5.doFinally();
293      _005fjspx_005ftagPool_005fspring_005fmessage_0026_005fhtmlEscape_005fcode_005fnobody.reuse(_jspx_th_spring_005fmessage_005f5);
294    }
295    return false;
296  }
297}
Note: See TracBrowser for help on using the repository browser.