source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/JSF/page_005fmetadata_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: 5.6 KB
RevLine 
[68]1package org.apache.jsp.JSF;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class page_005fmetadata_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_outputText_value_escape;
14
15  public java.util.List getDependants() {
16    return _jspx_dependants;
17  }
18
19  public void _jspInit() {
20    _jspx_tagPool_f_view = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
21    _jspx_tagPool_h_outputText_value_escape = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
22  }
23
24  public void _jspDestroy() {
25    _jspx_tagPool_f_view.release();
26    _jspx_tagPool_h_outputText_value_escape.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; charset=ISO-8859-1");
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      out.write("\n");
58      if (_jspx_meth_f_view_0(pageContext))
59        return;
60    } catch (Throwable t) {
61      if (!(t instanceof SkipPageException)){
62        out = _jspx_out;
63        if (out != null && out.getBufferSize() != 0)
64          out.clearBuffer();
65        if (pageContext != null) pageContext.handlePageException(t);
66      }
67    } finally {
68      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
69    }
70  }
71
72  private boolean _jspx_meth_f_view_0(PageContext pageContext)
73          throws Throwable {
74    JspWriter out = pageContext.getOut();
75    //  f:view
76    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);
77    _jspx_th_f_view_0.setPageContext(pageContext);
78    _jspx_th_f_view_0.setParent(null);
79    int _jspx_eval_f_view_0 = _jspx_th_f_view_0.doStartTag();
80    if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
81      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
82        out = pageContext.pushBody();
83        _jspx_th_f_view_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
84        _jspx_th_f_view_0.doInitBody();
85      }
86      do {
87        out.write("\n");
88        out.write("<script language=\"JavaScript\" src=\"../JavaScript/global.js\"> </script>\n");
89        out.write("<head>\n");
90        out.write("\t\t<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=ISO-8859-1\">\n");
91        out.write("\t\t<title>Eccad - selection page</title>\n");
92        out.write("\t\t<link rel=\"stylesheet\" \n");
93        out.write("\t\t\t  href=\"../css/Eccad.css\"\n");
94        out.write("\t\t\t  type=\"text/css\"\n");
95        out.write("\t\t      media=\"all\">\n");
96        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/carte.css\" type=\"text/css\" media=\"all\"/>\n");
97        out.write("</head>\n");
98        out.write("\n");
99        out.write("<body>\n");
100        out.write("\t<div id=\"centre\" style=\"height: auto;\">\n");
101        out.write("\t\t\t<div class=\"pageEccad\" >\n");
102        out.write("\t\t   \t\t");
103        if (_jspx_meth_h_outputText_0(_jspx_th_f_view_0, pageContext))
104          return true;
105        out.write("\n");
106        out.write("\t\t   </div>\n");
107        out.write("\t </div> <!-- ferme centre -->\n");
108        out.write("</body>\n");
109        int evalDoAfterBody = _jspx_th_f_view_0.doAfterBody();
110        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
111          break;
112      } while (true);
113      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
114        out = pageContext.popBody();
115    }
116    if (_jspx_th_f_view_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
117      return true;
118    _jspx_tagPool_f_view.reuse(_jspx_th_f_view_0);
119    return false;
120  }
121
122  private boolean _jspx_meth_h_outputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_f_view_0, PageContext pageContext)
123          throws Throwable {
124    JspWriter out = pageContext.getOut();
125    //  h:outputText
126    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_0 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value_escape.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
127    _jspx_th_h_outputText_0.setPageContext(pageContext);
128    _jspx_th_h_outputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_f_view_0);
129    _jspx_th_h_outputText_0.setEscape("false");
130    _jspx_th_h_outputText_0.setValue("#{metadataBean.xmlContent}");
131    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
132    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
133      return true;
134    _jspx_tagPool_h_outputText_value_escape.reuse(_jspx_th_h_outputText_0);
135    return false;
136  }
137}
Note: See TracBrowser for help on using the repository browser.