source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/JSF/pageError_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: 10.2 KB
Line 
1package org.apache.jsp.JSF;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class pageError_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_view;
13  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_form_id;
14  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_jstl_import_url;
15  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_outputText_value;
16
17  public java.util.List getDependants() {
18    return _jspx_dependants;
19  }
20
21  public void _jspInit() {
22    _jspx_tagPool_f_view = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
23    _jspx_tagPool_h_form_id = 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  }
27
28  public void _jspDestroy() {
29    _jspx_tagPool_f_view.release();
30    _jspx_tagPool_h_form_id.release();
31    _jspx_tagPool_jstl_import_url.release();
32    _jspx_tagPool_h_outputText_value.release();
33  }
34
35  public void _jspService(HttpServletRequest request, HttpServletResponse response)
36        throws java.io.IOException, ServletException {
37
38    JspFactory _jspxFactory = null;
39    PageContext pageContext = null;
40    HttpSession session = null;
41    ServletContext application = null;
42    ServletConfig config = null;
43    JspWriter out = null;
44    Object page = this;
45    JspWriter _jspx_out = null;
46
47
48    try {
49      _jspxFactory = JspFactory.getDefaultFactory();
50      response.setContentType("text/html; charset=ISO-8859-1");
51      pageContext = _jspxFactory.getPageContext(this, request, response,
52                        null, true, 8192, true);
53      application = pageContext.getServletContext();
54      config = pageContext.getServletConfig();
55      session = pageContext.getSession();
56      out = pageContext.getOut();
57      _jspx_out = out;
58
59      out.write("\n");
60      out.write("\n");
61      out.write("\n");
62      out.write("\n");
63      out.write("\n");
64      if (_jspx_meth_f_view_0(pageContext))
65        return;
66    } catch (Throwable t) {
67      if (!(t instanceof SkipPageException)){
68        out = _jspx_out;
69        if (out != null && out.getBufferSize() != 0)
70          out.clearBuffer();
71        if (pageContext != null) pageContext.handlePageException(t);
72      }
73    } finally {
74      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
75    }
76  }
77
78  private boolean _jspx_meth_f_view_0(PageContext pageContext)
79          throws Throwable {
80    JspWriter out = pageContext.getOut();
81    //  f:view
82    org.apache.myfaces.taglib.core.ViewTag _jspx_th_f_view_0 = (org.apache.myfaces.taglib.core.ViewTag) _jspx_tagPool_f_view.get(org.apache.myfaces.taglib.core.ViewTag.class);
83    _jspx_th_f_view_0.setPageContext(pageContext);
84    _jspx_th_f_view_0.setParent(null);
85    int _jspx_eval_f_view_0 = _jspx_th_f_view_0.doStartTag();
86    if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
87      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
88        out = pageContext.pushBody();
89        _jspx_th_f_view_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
90        _jspx_th_f_view_0.doInitBody();
91      }
92      do {
93        out.write("\n");
94        out.write("<script language=\"JavaScript\" src=\"../JavaScript/global.js\"> </script>\n");
95        out.write("<head>\n");
96        out.write("\t\t<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=ISO-8859-1\">\n");
97        out.write("\t\t<title>Eccad - selection page</title>\n");
98        out.write("\t\t<link rel=\"stylesheet\" \n");
99        out.write("\t\t\t  href=\"../css/Eccad.css\"\n");
100        out.write("\t\t\t  type=\"text/css\"\n");
101        out.write("\t\t      media=\"all\">\n");
102        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/carte.css\" type=\"text/css\" media=\"all\"/>\n");
103        out.write("\t\t<meta http-equiv=\"refresh\" content=\"3; URL=./page_login.jsf\">\n");
104        out.write("</head>\n");
105        out.write("\n");
106        out.write("<body>\n");
107        out.write("\t");
108        if (_jspx_meth_h_form_0(_jspx_th_f_view_0, pageContext))
109          return true;
110        out.write("\n");
111        out.write("</body>\n");
112        int evalDoAfterBody = _jspx_th_f_view_0.doAfterBody();
113        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
114          break;
115      } while (true);
116      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
117        out = pageContext.popBody();
118    }
119    if (_jspx_th_f_view_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
120      return true;
121    _jspx_tagPool_f_view.reuse(_jspx_th_f_view_0);
122    return false;
123  }
124
125  private boolean _jspx_meth_h_form_0(javax.servlet.jsp.tagext.JspTag _jspx_th_f_view_0, PageContext pageContext)
126          throws Throwable {
127    JspWriter out = pageContext.getOut();
128    //  h:form
129    org.apache.myfaces.taglib.html.HtmlFormTag _jspx_th_h_form_0 = (org.apache.myfaces.taglib.html.HtmlFormTag) _jspx_tagPool_h_form_id.get(org.apache.myfaces.taglib.html.HtmlFormTag.class);
130    _jspx_th_h_form_0.setPageContext(pageContext);
131    _jspx_th_h_form_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_f_view_0);
132    _jspx_th_h_form_0.setId("id_one_page_error");
133    int _jspx_eval_h_form_0 = _jspx_th_h_form_0.doStartTag();
134    if (_jspx_eval_h_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
135      out.write("\n");
136      out.write("\t\t<div id=\"page\">\n");
137      out.write("\t\t\t");
138      if (_jspx_meth_jstl_import_0(_jspx_th_h_form_0, pageContext))
139        return true;
140      out.write("\n");
141      out.write("\t\t\t<div id=\"centre\">\n");
142      out.write("\t\t\t   <div class=\"navigV\">\n");
143      out.write("\t\t\t      ");
144      if (_jspx_meth_jstl_import_1(_jspx_th_h_form_0, pageContext))
145        return true;
146      out.write("\n");
147      out.write("\t\t\t   </div><!-- ferme navigV -->\n");
148      out.write("\t\t\t   <div class=\"contenu\">\n");
149      out.write("\t\t\t\t\t<div class=\"pageEccad\">\n");
150      out.write("\t\t\t\t\t\tSession Lost, You will be redirect to Request Page\n");
151      out.write("\t\t\t\t\t\t");
152      if (_jspx_meth_h_outputText_0(_jspx_th_h_form_0, pageContext))
153        return true;
154      out.write("\n");
155      out.write("\t\t\t\t   </div>\n");
156      out.write("\t\t\t\t</div>\n");
157      out.write("\t\t\t </div> <!-- ferme centre -->\n");
158      out.write("\t\t</div><!-- ferme page -->\t\n");
159      out.write("\t");
160    }
161    if (_jspx_th_h_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
162      return true;
163    _jspx_tagPool_h_form_id.reuse(_jspx_th_h_form_0);
164    return false;
165  }
166
167  private boolean _jspx_meth_jstl_import_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
168          throws Throwable {
169    JspWriter out = pageContext.getOut();
170    //  jstl:import
171    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);
172    _jspx_th_jstl_import_0.setPageContext(pageContext);
173    _jspx_th_jstl_import_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
174    _jspx_th_jstl_import_0.setUrl("./commun/bandeauhaut.jsp");
175    int[] _jspx_push_body_count_jstl_import_0 = new int[] { 0 };
176    try {
177      int _jspx_eval_jstl_import_0 = _jspx_th_jstl_import_0.doStartTag();
178      if (_jspx_th_jstl_import_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
179        return true;
180    } catch (Throwable _jspx_exception) {
181      while (_jspx_push_body_count_jstl_import_0[0]-- > 0)
182        out = pageContext.popBody();
183      _jspx_th_jstl_import_0.doCatch(_jspx_exception);
184    } finally {
185      _jspx_th_jstl_import_0.doFinally();
186      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_0);
187    }
188    return false;
189  }
190
191  private boolean _jspx_meth_jstl_import_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
192          throws Throwable {
193    JspWriter out = pageContext.getOut();
194    //  jstl:import
195    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);
196    _jspx_th_jstl_import_1.setPageContext(pageContext);
197    _jspx_th_jstl_import_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
198    _jspx_th_jstl_import_1.setUrl("./commun/verticalLink.jsp");
199    int[] _jspx_push_body_count_jstl_import_1 = new int[] { 0 };
200    try {
201      int _jspx_eval_jstl_import_1 = _jspx_th_jstl_import_1.doStartTag();
202      if (_jspx_th_jstl_import_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
203        return true;
204    } catch (Throwable _jspx_exception) {
205      while (_jspx_push_body_count_jstl_import_1[0]-- > 0)
206        out = pageContext.popBody();
207      _jspx_th_jstl_import_1.doCatch(_jspx_exception);
208    } finally {
209      _jspx_th_jstl_import_1.doFinally();
210      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_1);
211    }
212    return false;
213  }
214
215  private boolean _jspx_meth_h_outputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
216          throws Throwable {
217    JspWriter out = pageContext.getOut();
218    //  h:outputText
219    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);
220    _jspx_th_h_outputText_0.setPageContext(pageContext);
221    _jspx_th_h_outputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
222    _jspx_th_h_outputText_0.setValue("#{sessionBean.disconnect}");
223    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
224    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
225      return true;
226    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_0);
227    return false;
228  }
229}
Note: See TracBrowser for help on using the repository browser.