Example #1
0
 private boolean _jspx_meth_c_005fchoose_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_logic_005fiterate_005f0,
     PageContext _jspx_page_context)
     throws Throwable {
   PageContext pageContext = _jspx_page_context;
   JspWriter out = _jspx_page_context.getOut();
   //  c:choose
   org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 =
       (org.apache.taglibs.standard.tag.common.core.ChooseTag)
           _005fjspx_005ftagPool_005fc_005fchoose.get(
               org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
   _jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fchoose_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_logic_005fiterate_005f0);
   int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag();
   if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\r\n\t\t\t");
       if (_jspx_meth_c_005fwhen_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
         return true;
       out.write("\r\n\t\t\t");
       if (_jspx_meth_c_005fotherwise_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
         return true;
       out.write("\r\n\t    ");
       int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
   return false;
 }
Example #2
0
 private boolean _jspx_meth_c_005fchoose_005f1(javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:choose
   org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f1 =
       (org.apache.taglibs.standard.tag.common.core.ChooseTag)
           _005fjspx_005ftagPool_005fc_005fchoose.get(
               org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
   _jspx_th_c_005fchoose_005f1.setPageContext(_jspx_page_context);
   _jspx_th_c_005fchoose_005f1.setParent(null);
   int _jspx_eval_c_005fchoose_005f1 = _jspx_th_c_005fchoose_005f1.doStartTag();
   if (_jspx_eval_c_005fchoose_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       if (_jspx_meth_c_005fwhen_005f1(_jspx_th_c_005fchoose_005f1, _jspx_page_context))
         return true;
       if (_jspx_meth_c_005fotherwise_005f1(_jspx_th_c_005fchoose_005f1, _jspx_page_context))
         return true;
       int evalDoAfterBody = _jspx_th_c_005fchoose_005f1.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_005fchoose_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1);
     return true;
   }
   _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1);
   return false;
 }
 private boolean _jspx_meth_c_choose_2(
     javax.servlet.jsp.tagext.Tag _jspx_th_c_otherwise_1,
     javax.servlet.jsp.PageContext pageContext,
     int[] _jspx_push_body_count_c_forEach_0)
     throws Throwable {
   JspWriter out = pageContext.getOut();
   /* ----  c:choose ---- */
   org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_choose_2 =
       (org.apache.taglibs.standard.tag.common.core.ChooseTag)
           _jspx_tagPool_c_choose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
   _jspx_th_c_choose_2.setPageContext(pageContext);
   _jspx_th_c_choose_2.setParent(_jspx_th_c_otherwise_1);
   int _jspx_eval_c_choose_2 = _jspx_th_c_choose_2.doStartTag();
   if (_jspx_eval_c_choose_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n\t\t\t\t\t\t\t\t");
       if (_jspx_meth_c_when_2(
           _jspx_th_c_choose_2, pageContext, _jspx_push_body_count_c_forEach_0)) return true;
       out.write("\n\t                    \t\t");
       if (_jspx_meth_c_otherwise_2(
           _jspx_th_c_choose_2, pageContext, _jspx_push_body_count_c_forEach_0)) return true;
       out.write("\n\t\t\t\t\t\t\t");
       int evalDoAfterBody = _jspx_th_c_choose_2.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_choose_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true;
   _jspx_tagPool_c_choose.reuse(_jspx_th_c_choose_2);
   return false;
 }
Example #4
0
 private boolean _jspx_meth_c_005fchoose_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fforEach_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context,
     int[] _jspx_push_body_count_c_005fforEach_005f0)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  c:choose
   org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 =
       (org.apache.taglibs.standard.tag.common.core.ChooseTag)
           _005fjspx_005ftagPool_005fc_005fchoose.get(
               org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
   _jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context);
   _jspx_th_c_005fchoose_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fforEach_005f0);
   int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag();
   if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     do {
       out.write("\n");
       out.write("\t\t\t\t\t\t\t\t\t\t\t\t");
       if (_jspx_meth_c_005fwhen_005f0(
           _jspx_th_c_005fchoose_005f0,
           _jspx_page_context,
           _jspx_push_body_count_c_005fforEach_005f0)) return true;
       out.write("\n");
       out.write("\t\t\t\t\t\t\t\t\t\t\t\t");
       if (_jspx_meth_c_005fotherwise_005f0(
           _jspx_th_c_005fchoose_005f0,
           _jspx_page_context,
           _jspx_push_body_count_c_005fforEach_005f0)) return true;
       out.write("\n");
       out.write("\t\t\t\t\t\t\t\t\t\t\t");
       int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
   }
   if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
     throw new javax.servlet.jsp.SkipPageException();
   }
   _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
   return false;
 }