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