source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/JSF/visualisation/multiplan_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: 17.5 KB
Line 
1package org.apache.jsp.JSF.visualisation;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class multiplan_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  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_verbatim;
13  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_jstl_import_url;
14  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_outputText_value;
15  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_selectOneMenu_valueChangeListener_value_style_onchange;
16  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_selectItems_value;
17
18  public java.util.List getDependants() {
19    return _jspx_dependants;
20  }
21
22  public void _jspInit() {
23    _jspx_tagPool_f_verbatim = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
24    _jspx_tagPool_jstl_import_url = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
25    _jspx_tagPool_h_outputText_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
26    _jspx_tagPool_h_selectOneMenu_valueChangeListener_value_style_onchange = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
27    _jspx_tagPool_f_selectItems_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
28  }
29
30  public void _jspDestroy() {
31    _jspx_tagPool_f_verbatim.release();
32    _jspx_tagPool_jstl_import_url.release();
33    _jspx_tagPool_h_outputText_value.release();
34    _jspx_tagPool_h_selectOneMenu_valueChangeListener_value_style_onchange.release();
35    _jspx_tagPool_f_selectItems_value.release();
36  }
37
38  public void _jspService(HttpServletRequest request, HttpServletResponse response)
39        throws java.io.IOException, ServletException {
40
41    JspFactory _jspxFactory = null;
42    PageContext pageContext = null;
43    HttpSession session = null;
44    ServletContext application = null;
45    ServletConfig config = null;
46    JspWriter out = null;
47    Object page = this;
48    JspWriter _jspx_out = null;
49
50
51    try {
52      _jspxFactory = JspFactory.getDefaultFactory();
53      response.setContentType("text/html");
54      pageContext = _jspxFactory.getPageContext(this, request, response,
55                        null, true, 8192, true);
56      application = pageContext.getServletContext();
57      config = pageContext.getServletConfig();
58      session = pageContext.getSession();
59      out = pageContext.getOut();
60      _jspx_out = out;
61
62      out.write("\n");
63      out.write("\n");
64      out.write("\n");
65      out.write("\n");
66      out.write("\n");
67      out.write("\n");
68      out.write("\t\t");
69      if (_jspx_meth_f_verbatim_0(pageContext))
70        return;
71      out.write('\n');
72      out.write('       ');
73      out.write('       ');
74      if (_jspx_meth_jstl_import_0(pageContext))
75        return;
76      out.write('\n');
77      out.write('       ');
78      out.write('       ');
79      if (_jspx_meth_f_verbatim_1(pageContext))
80        return;
81      out.write("\n");
82      out.write("\t\t\t\t\t");
83      if (_jspx_meth_h_outputText_0(pageContext))
84        return;
85      out.write("\n");
86      out.write("\t\t\t\t");
87      if (_jspx_meth_f_verbatim_2(pageContext))
88        return;
89      out.write("\n");
90      out.write("\t\t\t\t\t");
91      if (_jspx_meth_h_selectOneMenu_0(pageContext))
92        return;
93      out.write("\n");
94      out.write("\t\t\t\t");
95      if (_jspx_meth_f_verbatim_3(pageContext))
96        return;
97      out.write("\n");
98      out.write("\t\t\t\t");
99      if (_jspx_meth_jstl_import_1(pageContext))
100        return;
101      out.write("\n");
102      out.write("\t\t\t");
103      if (_jspx_meth_f_verbatim_4(pageContext))
104        return;
105      out.write("\n");
106      out.write("\t\n");
107      out.write("\n");
108      out.write("\n");
109    } catch (Throwable t) {
110      if (!(t instanceof SkipPageException)){
111        out = _jspx_out;
112        if (out != null && out.getBufferSize() != 0)
113          out.clearBuffer();
114        if (pageContext != null) pageContext.handlePageException(t);
115      }
116    } finally {
117      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
118    }
119  }
120
121  private boolean _jspx_meth_f_verbatim_0(PageContext pageContext)
122          throws Throwable {
123    JspWriter out = pageContext.getOut();
124    //  f:verbatim
125    org.apache.myfaces.taglib.core.VerbatimTag _jspx_th_f_verbatim_0 = (org.apache.myfaces.taglib.core.VerbatimTag) _jspx_tagPool_f_verbatim.get(org.apache.myfaces.taglib.core.VerbatimTag.class);
126    _jspx_th_f_verbatim_0.setPageContext(pageContext);
127    _jspx_th_f_verbatim_0.setParent(null);
128    int _jspx_eval_f_verbatim_0 = _jspx_th_f_verbatim_0.doStartTag();
129    if (_jspx_eval_f_verbatim_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
130      if (_jspx_eval_f_verbatim_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
131        out = pageContext.pushBody();
132        _jspx_th_f_verbatim_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
133        _jspx_th_f_verbatim_0.doInitBody();
134      }
135      do {
136        out.write("\n");
137        out.write("\t\t<div class=\"selection\" style=\"position: relative; width: 720px; height: 225px;\"> \n");
138        out.write("\t\t<div style=\"width: 370px; float: right;\">\n");
139        out.write("\t\t");
140        int evalDoAfterBody = _jspx_th_f_verbatim_0.doAfterBody();
141        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
142          break;
143      } while (true);
144      if (_jspx_eval_f_verbatim_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
145        out = pageContext.popBody();
146    }
147    if (_jspx_th_f_verbatim_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
148      return true;
149    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_0);
150    return false;
151  }
152
153  private boolean _jspx_meth_jstl_import_0(PageContext pageContext)
154          throws Throwable {
155    JspWriter out = pageContext.getOut();
156    //  jstl:import
157    org.apache.taglibs.standard.tag.el.core.ImportTag _jspx_th_jstl_import_0 = (org.apache.taglibs.standard.tag.el.core.ImportTag) _jspx_tagPool_jstl_import_url.get(org.apache.taglibs.standard.tag.el.core.ImportTag.class);
158    _jspx_th_jstl_import_0.setPageContext(pageContext);
159    _jspx_th_jstl_import_0.setParent(null);
160    _jspx_th_jstl_import_0.setUrl("./commun/zone_affiche.jsp");
161    int[] _jspx_push_body_count_jstl_import_0 = new int[] { 0 };
162    try {
163      int _jspx_eval_jstl_import_0 = _jspx_th_jstl_import_0.doStartTag();
164      if (_jspx_th_jstl_import_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
165        return true;
166    } catch (Throwable _jspx_exception) {
167      while (_jspx_push_body_count_jstl_import_0[0]-- > 0)
168        out = pageContext.popBody();
169      _jspx_th_jstl_import_0.doCatch(_jspx_exception);
170    } finally {
171      _jspx_th_jstl_import_0.doFinally();
172      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_0);
173    }
174    return false;
175  }
176
177  private boolean _jspx_meth_f_verbatim_1(PageContext pageContext)
178          throws Throwable {
179    JspWriter out = pageContext.getOut();
180    //  f:verbatim
181    org.apache.myfaces.taglib.core.VerbatimTag _jspx_th_f_verbatim_1 = (org.apache.myfaces.taglib.core.VerbatimTag) _jspx_tagPool_f_verbatim.get(org.apache.myfaces.taglib.core.VerbatimTag.class);
182    _jspx_th_f_verbatim_1.setPageContext(pageContext);
183    _jspx_th_f_verbatim_1.setParent(null);
184    int _jspx_eval_f_verbatim_1 = _jspx_th_f_verbatim_1.doStartTag();
185    if (_jspx_eval_f_verbatim_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
186      if (_jspx_eval_f_verbatim_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
187        out = pageContext.pushBody();
188        _jspx_th_f_verbatim_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
189        _jspx_th_f_verbatim_1.doInitBody();
190      }
191      do {
192        out.write("\n");
193        out.write("\t\t</div>\n");
194        out.write("\t\t\n");
195        out.write("\t\t<div style=\"width: 350px; float: left;\">\t\t\n");
196        out.write("\t\t\t<div id=\"DateStudy\" class=\"bloc\" style=\"width: 100%;\">\n");
197        out.write("\t\t\t\t<div class=\"legendbloc\">Grid Selection</div>\n");
198        out.write("\t\t\t\t<table width=\"100%\"><tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
199        out.write("\t\t\t\t");
200        int evalDoAfterBody = _jspx_th_f_verbatim_1.doAfterBody();
201        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
202          break;
203      } while (true);
204      if (_jspx_eval_f_verbatim_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
205        out = pageContext.popBody();
206    }
207    if (_jspx_th_f_verbatim_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
208      return true;
209    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_1);
210    return false;
211  }
212
213  private boolean _jspx_meth_h_outputText_0(PageContext pageContext)
214          throws Throwable {
215    JspWriter out = pageContext.getOut();
216    //  h:outputText
217    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_0 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
218    _jspx_th_h_outputText_0.setPageContext(pageContext);
219    _jspx_th_h_outputText_0.setParent(null);
220    _jspx_th_h_outputText_0.setValue("Type");
221    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
222    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
223      return true;
224    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_0);
225    return false;
226  }
227
228  private boolean _jspx_meth_f_verbatim_2(PageContext pageContext)
229          throws Throwable {
230    JspWriter out = pageContext.getOut();
231    //  f:verbatim
232    org.apache.myfaces.taglib.core.VerbatimTag _jspx_th_f_verbatim_2 = (org.apache.myfaces.taglib.core.VerbatimTag) _jspx_tagPool_f_verbatim.get(org.apache.myfaces.taglib.core.VerbatimTag.class);
233    _jspx_th_f_verbatim_2.setPageContext(pageContext);
234    _jspx_th_f_verbatim_2.setParent(null);
235    int _jspx_eval_f_verbatim_2 = _jspx_th_f_verbatim_2.doStartTag();
236    if (_jspx_eval_f_verbatim_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
237      if (_jspx_eval_f_verbatim_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
238        out = pageContext.pushBody();
239        _jspx_th_f_verbatim_2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
240        _jspx_th_f_verbatim_2.doInitBody();
241      }
242      do {
243        out.write("\n");
244        out.write("\t\t\t\t</td><td width=\"70%\">\n");
245        out.write("\t\t\t\t");
246        int evalDoAfterBody = _jspx_th_f_verbatim_2.doAfterBody();
247        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
248          break;
249      } while (true);
250      if (_jspx_eval_f_verbatim_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
251        out = pageContext.popBody();
252    }
253    if (_jspx_th_f_verbatim_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
254      return true;
255    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_2);
256    return false;
257  }
258
259  private boolean _jspx_meth_h_selectOneMenu_0(PageContext pageContext)
260          throws Throwable {
261    JspWriter out = pageContext.getOut();
262    //  h:selectOneMenu
263    org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag _jspx_th_h_selectOneMenu_0 = (org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag) _jspx_tagPool_h_selectOneMenu_valueChangeListener_value_style_onchange.get(org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag.class);
264    _jspx_th_h_selectOneMenu_0.setPageContext(pageContext);
265    _jspx_th_h_selectOneMenu_0.setParent(null);
266    _jspx_th_h_selectOneMenu_0.setStyle("width: 100%;");
267    _jspx_th_h_selectOneMenu_0.setValue("#{critereBean.grille}");
268    _jspx_th_h_selectOneMenu_0.setOnchange("javascript:clicDefault();submit();");
269    _jspx_th_h_selectOneMenu_0.setValueChangeListener("#{carteBean.dessinCarte}");
270    int _jspx_eval_h_selectOneMenu_0 = _jspx_th_h_selectOneMenu_0.doStartTag();
271    if (_jspx_eval_h_selectOneMenu_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
272      out.write("\n");
273      out.write("\t\t\t\t\t\t");
274      if (_jspx_meth_f_selectItems_0(_jspx_th_h_selectOneMenu_0, pageContext))
275        return true;
276      out.write("\n");
277      out.write("\t\t\t\t\t");
278    }
279    if (_jspx_th_h_selectOneMenu_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
280      return true;
281    _jspx_tagPool_h_selectOneMenu_valueChangeListener_value_style_onchange.reuse(_jspx_th_h_selectOneMenu_0);
282    return false;
283  }
284
285  private boolean _jspx_meth_f_selectItems_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_selectOneMenu_0, PageContext pageContext)
286          throws Throwable {
287    JspWriter out = pageContext.getOut();
288    //  f:selectItems
289    org.apache.myfaces.taglib.core.SelectItemsTag _jspx_th_f_selectItems_0 = (org.apache.myfaces.taglib.core.SelectItemsTag) _jspx_tagPool_f_selectItems_value.get(org.apache.myfaces.taglib.core.SelectItemsTag.class);
290    _jspx_th_f_selectItems_0.setPageContext(pageContext);
291    _jspx_th_f_selectItems_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_selectOneMenu_0);
292    _jspx_th_f_selectItems_0.setValue("#{critereBean.liste_grille}");
293    int _jspx_eval_f_selectItems_0 = _jspx_th_f_selectItems_0.doStartTag();
294    if (_jspx_th_f_selectItems_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
295      return true;
296    _jspx_tagPool_f_selectItems_value.reuse(_jspx_th_f_selectItems_0);
297    return false;
298  }
299
300  private boolean _jspx_meth_f_verbatim_3(PageContext pageContext)
301          throws Throwable {
302    JspWriter out = pageContext.getOut();
303    //  f:verbatim
304    org.apache.myfaces.taglib.core.VerbatimTag _jspx_th_f_verbatim_3 = (org.apache.myfaces.taglib.core.VerbatimTag) _jspx_tagPool_f_verbatim.get(org.apache.myfaces.taglib.core.VerbatimTag.class);
305    _jspx_th_f_verbatim_3.setPageContext(pageContext);
306    _jspx_th_f_verbatim_3.setParent(null);
307    int _jspx_eval_f_verbatim_3 = _jspx_th_f_verbatim_3.doStartTag();
308    if (_jspx_eval_f_verbatim_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
309      if (_jspx_eval_f_verbatim_3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
310        out = pageContext.pushBody();
311        _jspx_th_f_verbatim_3.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
312        _jspx_th_f_verbatim_3.doInitBody();
313      }
314      do {
315        out.write("\n");
316        out.write("\t\t\t\t</td></tr></table>\n");
317        out.write("\t\t\t</div> <!-- ferme study grid -->\n");
318        out.write("\t\t\t");
319        int evalDoAfterBody = _jspx_th_f_verbatim_3.doAfterBody();
320        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
321          break;
322      } while (true);
323      if (_jspx_eval_f_verbatim_3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
324        out = pageContext.popBody();
325    }
326    if (_jspx_th_f_verbatim_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
327      return true;
328    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_3);
329    return false;
330  }
331
332  private boolean _jspx_meth_jstl_import_1(PageContext pageContext)
333          throws Throwable {
334    JspWriter out = pageContext.getOut();
335    //  jstl:import
336    org.apache.taglibs.standard.tag.el.core.ImportTag _jspx_th_jstl_import_1 = (org.apache.taglibs.standard.tag.el.core.ImportTag) _jspx_tagPool_jstl_import_url.get(org.apache.taglibs.standard.tag.el.core.ImportTag.class);
337    _jspx_th_jstl_import_1.setPageContext(pageContext);
338    _jspx_th_jstl_import_1.setParent(null);
339    _jspx_th_jstl_import_1.setUrl("./commun/colormap.jsp");
340    int[] _jspx_push_body_count_jstl_import_1 = new int[] { 0 };
341    try {
342      int _jspx_eval_jstl_import_1 = _jspx_th_jstl_import_1.doStartTag();
343      if (_jspx_th_jstl_import_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
344        return true;
345    } catch (Throwable _jspx_exception) {
346      while (_jspx_push_body_count_jstl_import_1[0]-- > 0)
347        out = pageContext.popBody();
348      _jspx_th_jstl_import_1.doCatch(_jspx_exception);
349    } finally {
350      _jspx_th_jstl_import_1.doFinally();
351      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_1);
352    }
353    return false;
354  }
355
356  private boolean _jspx_meth_f_verbatim_4(PageContext pageContext)
357          throws Throwable {
358    JspWriter out = pageContext.getOut();
359    //  f:verbatim
360    org.apache.myfaces.taglib.core.VerbatimTag _jspx_th_f_verbatim_4 = (org.apache.myfaces.taglib.core.VerbatimTag) _jspx_tagPool_f_verbatim.get(org.apache.myfaces.taglib.core.VerbatimTag.class);
361    _jspx_th_f_verbatim_4.setPageContext(pageContext);
362    _jspx_th_f_verbatim_4.setParent(null);
363    int _jspx_eval_f_verbatim_4 = _jspx_th_f_verbatim_4.doStartTag();
364    if (_jspx_eval_f_verbatim_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
365      if (_jspx_eval_f_verbatim_4 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
366        out = pageContext.pushBody();
367        _jspx_th_f_verbatim_4.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
368        _jspx_th_f_verbatim_4.doInitBody();
369      }
370      do {
371        out.write("\n");
372        out.write("\t\t\t<script language=\"JavaScript\" src=\"../JavaScript/classe_aff.js\"> </script>\n");
373        out.write("\t</div><div style=\"width: 100px; height: 1px; background-color: transparent; position: relative;\"></div>");
374        int evalDoAfterBody = _jspx_th_f_verbatim_4.doAfterBody();
375        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
376          break;
377      } while (true);
378      if (_jspx_eval_f_verbatim_4 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
379        out = pageContext.popBody();
380    }
381    if (_jspx_th_f_verbatim_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
382      return true;
383    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_4);
384    return false;
385  }
386}
Note: See TracBrowser for help on using the repository browser.