Example usage for javax.servlet.jsp PageContext getELContext

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

Introduction

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

Prototype

public abstract ELContext getELContext();

Source Link

Document

Returns the ELContext associated with this JspContext.

Usage

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 {// www .j a  va 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_005fset_005f2(JspTag _jspx_th_c_005fforEach_005f26, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_c_005fforEach_005f26) throws Throwable {
    _jspx_page_context.getOut();//from  ww  w.j  a  v a  2  s  .  com
    SetTag _jspx_th_c_005fset_005f2 = (SetTag) this._005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody
            .get(SetTag.class);

    try {
        _jspx_th_c_005fset_005f2.setPageContext(_jspx_page_context);
        _jspx_th_c_005fset_005f2.setParent((Tag) _jspx_th_c_005fforEach_005f26);
        _jspx_th_c_005fset_005f2.setVar("iscontain");
        _jspx_th_c_005fset_005f2
                .setValue((new JspValueExpression("/webpage/modules/gen/genTableForm.jsp(952,11) \'0\'",
                        this._jsp_getExpressionFactory().createValueExpression("0", Object.class)))
                                .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fset_005f2.doStartTag();
        if (_jspx_th_c_005fset_005f2.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody
                .reuse(_jspx_th_c_005fset_005f2);
    }

    return false;
}

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  ww w  .ja  v  a2  s  .com
        _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_005fset_005f3(JspTag _jspx_th_c_005fif_005f2, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_c_005fforEach_005f27) throws Throwable {
    _jspx_page_context.getOut();//from  w  w  w . ja  va2s  . c  o  m
    SetTag _jspx_th_c_005fset_005f3 = (SetTag) this._005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody
            .get(SetTag.class);

    try {
        _jspx_th_c_005fset_005f3.setPageContext(_jspx_page_context);
        _jspx_th_c_005fset_005f3.setParent((Tag) _jspx_th_c_005fif_005f2);
        _jspx_th_c_005fset_005f3.setVar("iscontain");
        _jspx_th_c_005fset_005f3
                .setValue((new JspValueExpression("/webpage/modules/gen/genTableForm.jsp(956,13) \'1\'",
                        this._jsp_getExpressionFactory().createValueExpression("1", Object.class)))
                                .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fset_005f3.doStartTag();
        if (_jspx_th_c_005fset_005f3.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fset_0026_005fvar_005fvalue_005fnobody
                .reuse(_jspx_th_c_005fset_005f3);
    }

    return false;
}

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  w  ww .  ja  va 2 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;
}

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

private boolean _jspx_meth_c_005fforEach_005f29(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_005f29 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {//from  w w w  .  ja  v a2s .  c o m
        _jspx_th_c_005fforEach_005f29.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f29.setParent((Tag) _jspx_th_c_005fforEach_005f26);
        _jspx_th_c_005fforEach_005f29
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(990,11) \'${config.showTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.showTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f29.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f29 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f29.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.showType?\'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_005f29.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

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

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

    return false;
}

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

private boolean _jspx_meth_c_005fforEach_005f30(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_005f30 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems
            .get(ForEachTag.class);

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

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f30.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<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index }", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].tableName\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.tableName}", 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<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index }", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].fieldLabels\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.fieldLabels}",
                            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<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index }", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].fieldKeys\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.fieldKeys}", 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<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index }", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].searchLabel\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.searchLabel}",
                            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<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index }", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].searchKey\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.searchKey}", 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_005f30.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

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

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

    return true;
}

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

private boolean _jspx_meth_c_005fforEach_005f31(JspTag _jspx_th_c_005fif_005f6, 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_005f31 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*  w  w w .j a  va2s . c  o m*/
        _jspx_th_c_005fforEach_005f31.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f31.setParent((Tag) _jspx_th_c_005fif_005f6);
        _jspx_th_c_005fforEach_005f31.setItems((new JspValueExpression(
                "/webpage/modules/gen/genTableForm.jsp(1261,11) \'${config.validateTypeList}\'",
                this._jsp_getExpressionFactory().createValueExpression(_jspx_page_context.getELContext(),
                        "${config.validateTypeList}", Object.class)))
                                .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f31.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f31 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f31.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.validateType?\'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_005f31.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

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

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

    return false;
}

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

private boolean _jspx_meth_c_005fforEach_005f32(JspTag _jspx_th_c_005fif_005f6, 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_005f32 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {//from w  w w . ja va  2s .c om
        _jspx_th_c_005fforEach_005f32.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f32.setParent((Tag) _jspx_th_c_005fif_005f6);
        _jspx_th_c_005fforEach_005f32.setItems((new JspValueExpression(
                "/webpage/modules/gen/genTableForm.jsp(1293,11) \'${config.validateTypeList}\'",
                this._jsp_getExpressionFactory().createValueExpression(_jspx_page_context.getELContext(),
                        "${config.validateTypeList}", Object.class)))
                                .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f32.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f32 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f32.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.validateType?\'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_005f32.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

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

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

    return true;
}

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

private boolean _jspx_meth_c_005fforEach_005f33(JspTag _jspx_th_c_005fif_005f6, 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_005f33 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from   w  w  w . j  a v a 2  s . c om*/
        _jspx_th_c_005fforEach_005f33.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f33.setParent((Tag) _jspx_th_c_005fif_005f6);
        _jspx_th_c_005fforEach_005f33.setItems((new JspValueExpression(
                "/webpage/modules/gen/genTableForm.jsp(1325,11) \'${config.validateTypeList}\'",
                this._jsp_getExpressionFactory().createValueExpression(_jspx_page_context.getELContext(),
                        "${config.validateTypeList}", Object.class)))
                                .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f33.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f33 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f33.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.validateType?\'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_005f33.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

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

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

    return false;
}