Example usage for java.lang Boolean TYPE

List of usage examples for java.lang Boolean TYPE

Introduction

In this page you can find the example usage for java.lang Boolean TYPE.

Prototype

Class TYPE

To view the source code for java.lang Boolean TYPE.

Click Source Link

Document

The Class object representing the primitive type boolean.

Usage

From source file:net.ravendb.client.connection.ServerClient.java

private boolean assertNonConflictedDocumentAndCheckIfNeedToReload(OperationMetadata operationMetadata,
        RavenJObject docResult, Function1<String, ConflictException> onClictedQueryResult) {
    if (docResult == null) {
        return false;
    }//from  www  . j  a  v a  2 s.  com
    RavenJToken metadata = docResult.get(Constants.METADATA);
    if (metadata == null) {
        return false;
    }

    if (metadata.value(Integer.TYPE, "@Http-Status-Code") == 409) {
        ConflictException concurrencyException = tryResolveConflictOrCreateConcurrencyException(
                operationMetadata, metadata.value(String.class, "@id"), docResult,
                HttpExtensions.etagHeaderToEtag(metadata.value(String.class, "@etag")));
        if (concurrencyException == null) {
            return true;
        }
        throw concurrencyException;
    }

    if (metadata.value(Boolean.TYPE, Constants.RAVEN_REPLICATION_CONFLICT) && onClictedQueryResult != null) {
        throw onClictedQueryResult.apply(metadata.value(String.class, "@id"));
    }

    return false;
}

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

private boolean _jspx_meth_c_005fif_005f0(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();
    IfTag _jspx_th_c_005fif_005f0 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {/*w  w  w .  j  a  v  a 2 s.c  om*/
        _jspx_th_c_005fif_005f0.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f0.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fif_005f0.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${empty genTable.name}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f0 = _jspx_th_c_005fif_005f0.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f0 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t<!-- id -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[0].sort\" value=\"0\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>0</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[0].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[0].isEdit\" value=\"0\" />\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[0].name\" value=\"id\"/>\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\" class=\"form-control\" name=\"columnList[0].comments\" value=\"\" maxlength=\"200\" class=\"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<span  name=\"columnList[0].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\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[0].isPk\" value=\"1\" checked/>\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\t<!-- create_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[1].sort\" value=\"1\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>1</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[1].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[1].isEdit\" value=\"0\" />\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[1].name\" value=\"create_by\"/>\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\" class=\"form-control\" name=\"columnList[1].comments\" value=\"\" maxlength=\"200\" class=\"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<span  name=\"columnList[1].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\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[1].isPk\" value=\"1\" />\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\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t<!-- create_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[2].sort\" value=\"2\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>2</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[2].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[2].isEdit\" value=\"0\" />\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[2].name\" value=\"create_date\"/>\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\" class=\"form-control\" name=\"columnList[2].comments\" value=\"\" maxlength=\"200\" class=\"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<span  name=\"columnList[2].jdbcType\" class=\"required \" value=\"datetime\"/>\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[2].isPk\" value=\"1\" />\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\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- update_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[3].sort\" value=\"3\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>3</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[3].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[3].isEdit\" value=\"1\"/>\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[3].name\" value=\"update_by\"/>\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\" class=\"form-control\" name=\"columnList[3].comments\" value=\"\" maxlength=\"200\" class=\"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<span  name=\"columnList[3].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\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[3].isPk\" value=\"1\" />\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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t<!-- update_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[4].sort\" value=\"4\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>4</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[4].isInsert\" value=\"1\" />\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[4].isEdit\" value=\"1\" />\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[4].name\" value=\"update_date\"/>\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\" class=\"form-control\" name=\"columnList[4].comments\" value=\"\" maxlength=\"200\" class=\"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<span  name=\"columnList[4].jdbcType\" class=\"required \" value=\"datetime\"/>\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[4].isPk\" value=\"1\" />\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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- remarks -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[5].sort\" value=\"5\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>5</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[5].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[5].isEdit\" value=\"1\" />\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[5].name\" value=\"remarks\"/>\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\" class=\"form-control\" name=\"columnList[5].comments\" value=\"?\" maxlength=\"200\" class=\"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<span  name=\"columnList[5].jdbcType\" class=\"required \" value=\"nvarchar(255)\"/>\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[5].isPk\" value=\"1\" />\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\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- del_flag -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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=\"hidden\" name=\"columnList[6].sort\" value=\"0\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>6</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[6].isInsert\" value=\"1\" />\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[6].isEdit\" value=\"0\" />\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=\"ck\" value=\"1\" />\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\" class=\"form-control\" name=\"columnList[6].name\" value=\"del_flag\"/>\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\" class=\"form-control\" name=\"columnList[6].comments\" value=\"01??\" maxlength=\"200\" class=\"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<span  name=\"columnList[6].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\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[6].isPk\" value=\"1\" />\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_005fif_005f0.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f0.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f0);
    }

    return false;
}

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

private boolean _jspx_meth_c_005fif_005f1(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();
    IfTag _jspx_th_c_005fif_005f1 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {//w  ww  .  ja va 2  s.  co  m
        _jspx_th_c_005fif_005f1.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f1.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fif_005f1.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${empty genTable.name}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f1 = _jspx_th_c_005fif_005f1.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f1 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t<!-- id -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[0].name\" value=\"id\"/>\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\" class=\"form-control\" name=\"page-columnList[0].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[0].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f5(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[0].javaField\" value=\"id\" 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[0].isForm\" value=\"1\" />\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[0].isList\" value=\"1\" />\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[0].isQuery\" value=\"1\"  />\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[0].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f6(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[0].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f7(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[0].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\t\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t<!-- create_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[1].name\" value=\"create_by\"/>\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\" class=\"form-control\" name=\"page-columnList[1].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[1].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f8(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[1].javaField\" value=\"createBy.id\" 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[1].isForm\" value=\"1\" />\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[1].isList\" value=\"1\" />\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[1].isQuery\" value=\"1\"  />\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[1].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f9(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[1].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f10(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[1].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t<!-- create_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[2].name\" value=\"create_date\"/>\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\" class=\"form-control\" name=\"page-columnList[2].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[2].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f11(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[2].javaField\" value=\"createDate\" 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[2].isForm\" value=\"1\" />\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[2].isList\" value=\"1\" />\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[2].isQuery\" value=\"1\"  />\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[2].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f12(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[2].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f13(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[2].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- update_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[3].name\" value=\"update_by\"/>\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\" class=\"form-control\" name=\"page-columnList[3].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[3].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f14(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[3].javaField\" value=\"updateBy.id\" 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[3].isForm\" value=\"1\" />\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[3].isList\" value=\"1\" />\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[3].isQuery\" value=\"1\"  />\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[3].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f15(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[3].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f16(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[3].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t<!-- update_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[4].name\" value=\"update_date\"/>\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\" class=\"form-control\" name=\"page-columnList[4].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[4].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f17(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[4].javaField\" value=\"updateDate\" 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[4].isForm\" value=\"1\"  />\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[4].isList\" value=\"1\"  />\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[4].isQuery\" value=\"1\"  />\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[4].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f18(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[4].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f19(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[4].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- remarks -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[5].name\" value=\"remarks\"/>\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\" class=\"form-control\" name=\"page-columnList[5].comments\" value=\"?\" maxlength=\"200\" readonly=\"readonly\" />\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[5].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f20(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[5].javaField\" value=\"remarks\" maxlength=\"255\" 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[5].isForm\" value=\"1\" checked/>\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[5].isList\" value=\"1\" checked/>\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[5].isQuery\" value=\"1\"  />\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[5].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f21(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[5].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f22(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[5].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- del_flag -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[6].name\" value=\"del_flag\"/>\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\" class=\"form-control\" name=\"page-columnList[6].comments\" value=\"01??\" maxlength=\"200\" readonly=\"readonly\" />\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[6].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f23(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\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[6].javaField\" value=\"delFlag\" maxlength=\"255\" 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[6].isForm\" value=\"1\" />\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[6].isList\" value=\"1\" />\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[6].isQuery\" value=\"1\"  />\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[6].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f24(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[6].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f25(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[6].dictType\" value=\"del_flag\" 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_005fif_005f1.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f1.doEndTag() == 5) {
            return true;
        } else {
            return false;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f1);
    }
}

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

private boolean _jspx_meth_c_005fif_005f2(JspTag _jspx_th_c_005fforEach_005f27, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_c_005fforEach_005f27) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    IfTag _jspx_th_c_005fif_005f2 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {/*from   w w w  .j a v  a  2 s .c om*/
        _jspx_th_c_005fif_005f2.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f2.setParent((Tag) _jspx_th_c_005fforEach_005f27);
        _jspx_th_c_005fif_005f2
                .setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${dict.value eq column.javaType}",
                        Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f2 = _jspx_th_c_005fif_005f2.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f2 != 0) {
            do {
                out.write("     \n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fset_005f3(_jspx_th_c_005fif_005f2, _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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t\t");
                evalDoAfterBody = _jspx_th_c_005fif_005f2.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f2.doEndTag() != 5) {
            return false;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f2);
    }

    return true;
}

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

private boolean _jspx_meth_c_005fif_005f3(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();
    IfTag _jspx_th_c_005fif_005f3 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {//from  w  w w  .j  a  v a 2  s  . co m
        _jspx_th_c_005fif_005f3.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f3.setParent((Tag) _jspx_th_c_005fforEach_005f26);
        _jspx_th_c_005fif_005f3.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${iscontain == \'0\'}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f3 = _jspx_th_c_005fif_005f3.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f3 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.javaType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" selected class=\"newadd\" >");
                out.write((String) PageContextImpl.proprietaryEvaluate(
                        "${fns:substringAfterLast(column.javaType, \".\")}", String.class, _jspx_page_context,
                        _jspx_fnmap_3));
                out.write("</option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                evalDoAfterBody = _jspx_th_c_005fif_005f3.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f3.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f3);
    }

    return false;
}

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

private boolean _jspx_meth_c_005fif_005f4(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();
    IfTag _jspx_th_c_005fif_005f4 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {/*w w  w.  j  a va  2  s .  c  o m*/
        _jspx_th_c_005fif_005f4.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f4.setParent((Tag) _jspx_th_c_005fforEach_005f26);
        _jspx_th_c_005fif_005f4.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${iscontain != \'0\'}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f4 = _jspx_th_c_005fif_005f4.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f4 != 0) {
            do {
                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\" class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                evalDoAfterBody = _jspx_th_c_005fif_005f4.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f4.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f4);
    }

    return false;
}

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

private boolean _jspx_meth_c_005fif_005f5(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();
    IfTag _jspx_th_c_005fif_005f5 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {/*from  ww  w .ja  v  a 2 s  . com*/
        _jspx_th_c_005fif_005f5.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f5.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fif_005f5.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${empty genTable.name}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f5 = _jspx_th_c_005fif_005f5.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f5 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t<!-- id -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[0].name\" value=\"id\"/>\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\" class=\"form-control\" name=\"page-columnList[0].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[0].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[0].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[0].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[0].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[0].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t<!-- create_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[1].name\" value=\"create_by\"/>\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\" class=\"form-control\" name=\"page-columnList[1].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[1].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[1].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[1].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[1].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[1].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t<!-- create_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[2].name\" value=\"create_date\"/>\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\" class=\"form-control\" name=\"page-columnList[2].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[2].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[2].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[2].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[2].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[2].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- update_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[3].name\" value=\"update_by\"/>\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\" class=\"form-control\" name=\"page-columnList[3].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[3].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[3].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[3].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[3].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[3].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t<!-- update_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[4].name\" value=\"update_date\"/>\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\" class=\"form-control\" name=\"page-columnList[4].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[4].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[4].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[4].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[4].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[4].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- remarks -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[5].name\" value=\"remarks\"/>\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\" class=\"form-control\" name=\"page-columnList[5].comments\" value=\"?\" maxlength=\"200\" readonly=\"readonly\" />\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[5].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[5].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[5].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[5].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[5].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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- del_flag -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[6].name\" value=\"del_flag\"/>\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\" class=\"form-control\" name=\"page-columnList[6].comments\" value=\"01??\" maxlength=\"200\" readonly=\"readonly\" />\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[6].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[6].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[6].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[6].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[6].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_005fif_005f5.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f5.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f5);
    }

    return false;
}

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

private boolean _jspx_meth_c_005fif_005f6(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();
    IfTag _jspx_th_c_005fif_005f6 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {// w w  w  .ja va  2  s.c  o  m
        _jspx_th_c_005fif_005f6.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f6.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fif_005f6.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${empty genTable.name}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f6 = _jspx_th_c_005fif_005f6.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f6 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t<!-- id -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[0].name\" value=\"id\"/>\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\" class=\"form-control\" name=\"page-columnList[0].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[0].isNull\" value=\"1\" />\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[0].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f31(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[0].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[0].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[0].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[0].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t<!-- create_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[1].name\" value=\"create_by\"/>\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\" class=\"form-control\" name=\"page-columnList[1].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[1].isNull\" value=\"1\" />\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[1].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f32(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[1].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[1].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[1].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[1].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t<!-- create_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[2].name\" value=\"create_date\"/>\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\" class=\"form-control\" name=\"page-columnList[2].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[2].isNull\" value=\"1\" />\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[2].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f33(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[2].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[2].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[2].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[2].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- update_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[3].name\" value=\"update_by\"/>\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\" class=\"form-control\" name=\"page-columnList[3].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[3].isNull\" value=\"1\" />\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[3].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f34(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[3].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[3].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[3].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[3].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t<!-- update_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[4].name\" value=\"update_date\"/>\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\" class=\"form-control\" name=\"page-columnList[4].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\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[4].isNull\" value=\"1\" />\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[4].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f35(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[4].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[4].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[4].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[4].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- remarks -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[5].name\" value=\"remarks\"/>\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\" class=\"form-control\" name=\"page-columnList[5].comments\" value=\"?\" maxlength=\"200\" readonly=\"readonly\" />\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[5].isNull\" value=\"1\" checked />\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[5].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f36(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[5].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[5].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[5].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[5].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- del_flag -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\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\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[6].name\" value=\"del_flag\"/>\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\" class=\"form-control\" name=\"page-columnList[6].comments\" value=\"01??\" maxlength=\"200\" readonly=\"readonly\" />\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[6].isNull\" value=\"1\" />\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[6].validateType\" class=\"form-control m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f37(_jspx_th_c_005fif_005f6, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    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[6].minLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minLength}", 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[6].maxLength\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxLength}", 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[6].minValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.minValue}", 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[6].maxValue\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.maxValue}", 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_005fif_005f6.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f6.doEndTag() == 5) {
            return true;
        } else {
            return false;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f6);
    }
}

From source file:com.clark.func.Functions.java

/**
 * <p>/*from  w ww.  j  a  v a  2 s. co m*/
 * Checks if one <code>Class</code> can be assigned to a variable of another
 * <code>Class</code>.
 * </p>
 * 
 * <p>
 * Unlike the {@link Class#isAssignableFrom(java.lang.Class)} method, this
 * method takes into account widenings of primitive classes and
 * <code>null</code>s.
 * </p>
 * 
 * <p>
 * Primitive widenings allow an int to be assigned to a long, float or
 * double. This method returns the correct result for these cases.
 * </p>
 * 
 * <p>
 * <code>Null</code> may be assigned to any reference type. This method will
 * return <code>true</code> if <code>null</code> is passed in and the
 * toClass is non-primitive.
 * </p>
 * 
 * <p>
 * Specifically, this method tests whether the type represented by the
 * specified <code>Class</code> parameter can be converted to the type
 * represented by this <code>Class</code> object via an identity conversion
 * widening primitive or widening reference conversion. See
 * <em><a href="http://java.sun.com/docs/books/jls/">The Java Language Specification</a></em>
 * , sections 5.1.1, 5.1.2 and 5.1.4 for details.
 * </p>
 * 
 * @param cls
 *            the Class to check, may be null
 * @param toClass
 *            the Class to try to assign into, returns false if null
 * @param autoboxing
 *            whether to use implicit autoboxing/unboxing between primitives
 *            and wrappers
 * @return <code>true</code> if assignment possible
 */
public static boolean isAssignable(Class<?> cls, Class<?> toClass, boolean autoboxing) {
    if (toClass == null) {
        return false;
    }
    // have to check for null, as isAssignableFrom doesn't
    if (cls == null) {
        return !(toClass.isPrimitive());
    }
    // autoboxing:
    if (autoboxing) {
        if (cls.isPrimitive() && !toClass.isPrimitive()) {
            cls = primitiveToWrapper(cls);
            if (cls == null) {
                return false;
            }
        }
        if (toClass.isPrimitive() && !cls.isPrimitive()) {
            cls = wrapperToPrimitive(cls);
            if (cls == null) {
                return false;
            }
        }
    }
    if (cls.equals(toClass)) {
        return true;
    }
    if (cls.isPrimitive()) {
        if (toClass.isPrimitive() == false) {
            return false;
        }
        if (Integer.TYPE.equals(cls)) {
            return Long.TYPE.equals(toClass) || Float.TYPE.equals(toClass) || Double.TYPE.equals(toClass);
        }
        if (Long.TYPE.equals(cls)) {
            return Float.TYPE.equals(toClass) || Double.TYPE.equals(toClass);
        }
        if (Boolean.TYPE.equals(cls)) {
            return false;
        }
        if (Double.TYPE.equals(cls)) {
            return false;
        }
        if (Float.TYPE.equals(cls)) {
            return Double.TYPE.equals(toClass);
        }
        if (Character.TYPE.equals(cls)) {
            return Integer.TYPE.equals(toClass) || Long.TYPE.equals(toClass) || Float.TYPE.equals(toClass)
                    || Double.TYPE.equals(toClass);
        }
        if (Short.TYPE.equals(cls)) {
            return Integer.TYPE.equals(toClass) || Long.TYPE.equals(toClass) || Float.TYPE.equals(toClass)
                    || Double.TYPE.equals(toClass);
        }
        if (Byte.TYPE.equals(cls)) {
            return Short.TYPE.equals(toClass) || Integer.TYPE.equals(toClass) || Long.TYPE.equals(toClass)
                    || Float.TYPE.equals(toClass) || Double.TYPE.equals(toClass);
        }
        // should never get here
        return false;
    }
    return toClass.isAssignableFrom(cls);
}