source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/JSF/commun/verticalLink_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: 6.4 KB
Line 
1package org.apache.jsp.JSF.commun;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class verticalLink_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_h_graphicImage_width_value;
14
15  public java.util.List getDependants() {
16    return _jspx_dependants;
17  }
18
19  public void _jspInit() {
20    _jspx_tagPool_f_verbatim = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
21    _jspx_tagPool_h_graphicImage_width_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
22  }
23
24  public void _jspDestroy() {
25    _jspx_tagPool_f_verbatim.release();
26    _jspx_tagPool_h_graphicImage_width_value.release();
27  }
28
29  public void _jspService(HttpServletRequest request, HttpServletResponse response)
30        throws java.io.IOException, ServletException {
31
32    JspFactory _jspxFactory = null;
33    PageContext pageContext = null;
34    HttpSession session = null;
35    ServletContext application = null;
36    ServletConfig config = null;
37    JspWriter out = null;
38    Object page = this;
39    JspWriter _jspx_out = null;
40
41
42    try {
43      _jspxFactory = JspFactory.getDefaultFactory();
44      response.setContentType("text/html");
45      pageContext = _jspxFactory.getPageContext(this, request, response,
46                        null, true, 8192, true);
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      out.write("\n");
55      out.write("\n");
56      out.write("\n");
57      if (_jspx_meth_f_verbatim_0(pageContext))
58        return;
59      out.write('\n');
60      out.write('       ');
61      out.write('       ');
62      if (_jspx_meth_h_graphicImage_0(pageContext))
63        return;
64      out.write('\n');
65      if (_jspx_meth_f_verbatim_1(pageContext))
66        return;
67    } catch (Throwable t) {
68      if (!(t instanceof SkipPageException)){
69        out = _jspx_out;
70        if (out != null && out.getBufferSize() != 0)
71          out.clearBuffer();
72        if (pageContext != null) pageContext.handlePageException(t);
73      }
74    } finally {
75      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
76    }
77  }
78
79  private boolean _jspx_meth_f_verbatim_0(PageContext pageContext)
80          throws Throwable {
81    JspWriter out = pageContext.getOut();
82    //  f:verbatim
83    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);
84    _jspx_th_f_verbatim_0.setPageContext(pageContext);
85    _jspx_th_f_verbatim_0.setParent(null);
86    int _jspx_eval_f_verbatim_0 = _jspx_th_f_verbatim_0.doStartTag();
87    if (_jspx_eval_f_verbatim_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
88      if (_jspx_eval_f_verbatim_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
89        out = pageContext.pushBody();
90        _jspx_th_f_verbatim_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
91        _jspx_th_f_verbatim_0.doInitBody();
92      }
93      do {
94        out.write("\n");
95        out.write("\t<div style=\"width: 100%; margin-top: 10px\" align=\"center\">\n");
96        int evalDoAfterBody = _jspx_th_f_verbatim_0.doAfterBody();
97        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
98          break;
99      } while (true);
100      if (_jspx_eval_f_verbatim_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
101        out = pageContext.popBody();
102    }
103    if (_jspx_th_f_verbatim_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
104      return true;
105    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_0);
106    return false;
107  }
108
109  private boolean _jspx_meth_h_graphicImage_0(PageContext pageContext)
110          throws Throwable {
111    JspWriter out = pageContext.getOut();
112    //  h:graphicImage
113    org.apache.myfaces.taglib.html.HtmlGraphicImageTag _jspx_th_h_graphicImage_0 = (org.apache.myfaces.taglib.html.HtmlGraphicImageTag) _jspx_tagPool_h_graphicImage_width_value.get(org.apache.myfaces.taglib.html.HtmlGraphicImageTag.class);
114    _jspx_th_h_graphicImage_0.setPageContext(pageContext);
115    _jspx_th_h_graphicImage_0.setParent(null);
116    _jspx_th_h_graphicImage_0.setValue("/images/ECCAD_small.gif");
117    _jspx_th_h_graphicImage_0.setWidth("100px");
118    int _jspx_eval_h_graphicImage_0 = _jspx_th_h_graphicImage_0.doStartTag();
119    if (_jspx_th_h_graphicImage_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
120      return true;
121    _jspx_tagPool_h_graphicImage_width_value.reuse(_jspx_th_h_graphicImage_0);
122    return false;
123  }
124
125  private boolean _jspx_meth_f_verbatim_1(PageContext pageContext)
126          throws Throwable {
127    JspWriter out = pageContext.getOut();
128    //  f:verbatim
129    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);
130    _jspx_th_f_verbatim_1.setPageContext(pageContext);
131    _jspx_th_f_verbatim_1.setParent(null);
132    int _jspx_eval_f_verbatim_1 = _jspx_th_f_verbatim_1.doStartTag();
133    if (_jspx_eval_f_verbatim_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
134      if (_jspx_eval_f_verbatim_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
135        out = pageContext.pushBody();
136        _jspx_th_f_verbatim_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
137        _jspx_th_f_verbatim_1.doInitBody();
138      }
139      do {
140        out.write("\n");
141        out.write("</div>\n");
142        out.write("\t<div class=\"nom\" style=\"width: 100%;\">\n");
143        out.write("\t\t\n");
144        out.write("\t</div>\n");
145        out.write("</div>\n");
146        int evalDoAfterBody = _jspx_th_f_verbatim_1.doAfterBody();
147        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
148          break;
149      } while (true);
150      if (_jspx_eval_f_verbatim_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
151        out = pageContext.popBody();
152    }
153    if (_jspx_th_f_verbatim_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
154      return true;
155    _jspx_tagPool_f_verbatim.reuse(_jspx_th_f_verbatim_1);
156    return false;
157  }
158}
Note: See TracBrowser for help on using the repository browser.