Example usage for javax.servlet.jsp PageContext popBody

List of usage examples for javax.servlet.jsp PageContext popBody

Introduction

In this page you can find the example usage for javax.servlet.jsp PageContext popBody.

Prototype

public JspWriter popBody() 

Source Link

Document

Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.

Usage

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f19(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f19 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from   w w w.j a  va  2  s  . co  m*/
        _jspx_th_c_005fforEach_005f19.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f19.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f19
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(838,11) \'${config.showTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.showTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f19.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f19 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f19.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'dateselect\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f19.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f19.doEndTag() == 5) {
                return true;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f19[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f19[0];
                _jspx_push_body_count_c_005fforEach_005f19[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f19.doCatch(var17);
                    break;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f19.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f19);
    }

    return false;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f20(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f20 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {//  ww  w .  jav a2 s.c  om
        _jspx_th_c_005fforEach_005f20.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f20.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f20
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(858,11) \'${config.javaTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.javaTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f20.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f20 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f20.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'String\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f20.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f20.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f20[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f20[0];
                _jspx_push_body_count_c_005fforEach_005f20[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f20.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f20.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f20);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f21(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f21 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from ww  w  .jav  a  2s. co m*/
        _jspx_th_c_005fforEach_005f21.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f21.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f21
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(878,11) \'${config.queryTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.queryTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f21.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f21 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f21.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.value)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write("\"  title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.label)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f21.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f21.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f21[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f21[0];
                _jspx_push_body_count_c_005fforEach_005f21[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f21.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f21.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f21);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f22(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f22 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*ww w.j a v a 2  s  .  c  o  m*/
        _jspx_th_c_005fforEach_005f22.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f22.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f22
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(885,11) \'${config.showTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.showTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f22.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f22 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f22.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'textarea\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f22.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f22.doEndTag() == 5) {
                return true;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f22[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f22[0];
                _jspx_push_body_count_c_005fforEach_005f22[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f22.doCatch(var17);
                    break;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f22.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f22);
    }

    return false;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f23(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f23 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/* w  w  w. jav a2s  . co m*/
        _jspx_th_c_005fforEach_005f23.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f23.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f23
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(905,11) \'${config.javaTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.javaTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f23.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f23 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f23.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'String\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f23.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f23.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f23[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f23[0];
                _jspx_push_body_count_c_005fforEach_005f23[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f23.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f23.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f23);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f24(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f24 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {//from   w  ww.  ja v  a2s  .c  om
        _jspx_th_c_005fforEach_005f24.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f24.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f24
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(925,11) \'${config.queryTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.queryTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f24.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f24 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f24.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.value)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write("\"  title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.label)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f24.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f24.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f24[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f24[0];
                _jspx_push_body_count_c_005fforEach_005f24[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f24.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f24.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f24);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f25(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f25 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/* w  w  w . jav  a 2  s  . c  o  m*/
        _jspx_th_c_005fforEach_005f25.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f25.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f25
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(932,11) \'${config.showTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.showTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f25.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f25 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f25.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'radiobox\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f25.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f25.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f25[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f25[0];
                _jspx_push_body_count_c_005fforEach_005f25[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f25.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f25.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f25);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f26(JspTag _jspx_th_form_005fform_005f0,
        PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f26 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems
            .get(ForEachTag.class);

    try {//from  ww w . j  a  v a  2s .c  o m
        _jspx_th_c_005fforEach_005f26.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f26.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fforEach_005f26
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(942,8) \'${genTable.columnList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${genTable.columnList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f26.setVar("column");
        _jspx_th_c_005fforEach_005f26.setVarStatus("vs");
        int[] _jspx_push_body_count_c_005fforEach_005f26 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f26.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t<tr");
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${column.delFlag eq \'1\'?\' class=\"error\" title=\"???\"\':\'\'}",
                            String.class, _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(">\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" readonly=\"readonly\" name=\"page-columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].name\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.name}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\" class=\"form-control required\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" readonly=\"readonly\"  name=\"page-columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].comments\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.comments}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].javaType\" class=\"form-control required\">\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fset_005f2(_jspx_th_c_005fforEach_005f26, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f26)) {
                        return true;
                    }

                    out.write(" \n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fforEach_005f27(_jspx_th_c_005fforEach_005f26, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f26)) {
                        return true;
                    }

                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fif_005f3(_jspx_th_c_005fforEach_005f26, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f26)) {
                        return true;
                    }

                    out.write(" \n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fif_005f4(_jspx_th_c_005fforEach_005f26, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f26)) {
                        return true;
                    }

                    out.write(" \t\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].javaField\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.javaField}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\" maxlength=\"200\" class=\"form-control required\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].isForm\" value=\"1\" ");
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${column.isForm eq \'1\' ? \'checked\' : \'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write("/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].isList\" value=\"1\" ");
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${column.isList eq \'1\' ? \'checked\' : \'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write("/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].isQuery\" value=\"1\" ");
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${column.isQuery eq \'1\' ? \'checked\' : \'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write("/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].queryType\" class=\"required form-control m-b\">\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fforEach_005f28(_jspx_th_c_005fforEach_005f26, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f26)) {
                        return true;
                    }

                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].showType\" class=\"required form-control m-b\" >\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fforEach_005f29(_jspx_th_c_005fforEach_005f26, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f26)) {
                        return true;
                    }

                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].dictType\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\" maxlength=\"200\" class=\"form-control \"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t</tr>\n");
                    out.write("\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f26.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f26.doEndTag() != 5) {
                return false;
            } else {
                return true;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f26[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f26[0];
                _jspx_push_body_count_c_005fforEach_005f26[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f26.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f26.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f26);
    }
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f27(JspTag _jspx_th_c_005fforEach_005f26,
        PageContext _jspx_page_context, int[] _jspx_push_body_count_c_005fforEach_005f26) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f27 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from w w  w. j  av  a 2 s  .  c o  m*/
        _jspx_th_c_005fforEach_005f27.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f27.setParent((Tag) _jspx_th_c_005fforEach_005f26);
        _jspx_th_c_005fforEach_005f27
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(953,11) \'${config.javaTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.javaTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f27.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f27 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f27.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==column.javaType?\'selected\':\'\'}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_c_005fif_005f2(_jspx_th_c_005fforEach_005f27, _jspx_page_context,
                            _jspx_push_body_count_c_005fforEach_005f27)) {
                        return true;
                    }

                    out.write(" \n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f27.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f27.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f27[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f27[0];
                _jspx_push_body_count_c_005fforEach_005f27[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f27.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f27.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f27);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f28(JspTag _jspx_th_c_005fforEach_005f26,
        PageContext _jspx_page_context, int[] _jspx_push_body_count_c_005fforEach_005f26) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f28 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {//from   ww  w . java2 s  . c o  m
        _jspx_th_c_005fforEach_005f28.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f28.setParent((Tag) _jspx_th_c_005fforEach_005f26);
        _jspx_th_c_005fforEach_005f28
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(983,11) \'${config.queryTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.queryTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f28.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f28 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f28.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.value)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${fns:escapeHtml(dict.value)==column.queryType?\'selected\':\'\'}", String.class,
                            _jspx_page_context, _jspx_fnmap_1));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.label)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f28.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f28.doEndTag() == 5) {
                return true;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f28[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f28[0];
                _jspx_push_body_count_c_005fforEach_005f28[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f28.doCatch(var17);
                    break;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f28.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f28);
    }

    return false;
}