⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editblog_jsp.java

📁 用JAVA做的blog管理系统原代码 很不错的哦
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    com.sun.faces.taglib.html_basic.PanelGridTag _jspx_th_h_panelGrid_0 = (com.sun.faces.taglib.html_basic.PanelGridTag) _jspx_tagPool_h_panelGrid_columns.get(com.sun.faces.taglib.html_basic.PanelGridTag.class);
    _jspx_th_h_panelGrid_0.setPageContext(_jspx_page_context);
    _jspx_th_h_panelGrid_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
    _jspx_th_h_panelGrid_0.setColumns("3");
    int _jspx_eval_h_panelGrid_0 = _jspx_th_h_panelGrid_0.doStartTag();
    if (_jspx_eval_h_panelGrid_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("\r\n      ");
      if (_jspx_meth_h_outputLabel_0(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n      ");
      if (_jspx_meth_h_inputTextarea_0(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n      ");
      if (_jspx_meth_h_message_0(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n    ");
    }
    if (_jspx_th_h_panelGrid_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_panelGrid_columns.reuse(_jspx_th_h_panelGrid_0);
    return false;
  }

  private boolean _jspx_meth_h_outputLabel_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputLabel
    com.sun.faces.taglib.html_basic.OutputLabelTag _jspx_th_h_outputLabel_0 = (com.sun.faces.taglib.html_basic.OutputLabelTag) _jspx_tagPool_h_outputLabel_for.get(com.sun.faces.taglib.html_basic.OutputLabelTag.class);
    _jspx_th_h_outputLabel_0.setPageContext(_jspx_page_context);
    _jspx_th_h_outputLabel_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_outputLabel_0.setFor("message");
    int _jspx_eval_h_outputLabel_0 = _jspx_th_h_outputLabel_0.doStartTag();
    if (_jspx_eval_h_outputLabel_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("\r\n        ");
      if (_jspx_meth_h_outputText_0(_jspx_th_h_outputLabel_0, _jspx_page_context))
        return true;
      out.write("\r\n      ");
    }
    if (_jspx_th_h_outputLabel_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputLabel_for.reuse(_jspx_th_h_outputLabel_0);
    return false;
  }

  private boolean _jspx_meth_h_outputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_outputLabel_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputText
    com.sun.faces.taglib.html_basic.OutputTextTag _jspx_th_h_outputText_0 = (com.sun.faces.taglib.html_basic.OutputTextTag) _jspx_tagPool_h_outputText_value.get(com.sun.faces.taglib.html_basic.OutputTextTag.class);
    _jspx_th_h_outputText_0.setPageContext(_jspx_page_context);
    _jspx_th_h_outputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_outputLabel_0);
    _jspx_th_h_outputText_0.setValue("Content");
    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
    if (_jspx_eval_h_outputText_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("        ");
    }
    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_0);
    return false;
  }

  private boolean _jspx_meth_h_inputTextarea_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:inputTextarea
    com.sun.faces.taglib.html_basic.InputTextareaTag _jspx_th_h_inputTextarea_0 = (com.sun.faces.taglib.html_basic.InputTextareaTag) _jspx_tagPool_h_inputTextarea_value_required_id.get(com.sun.faces.taglib.html_basic.InputTextareaTag.class);
    _jspx_th_h_inputTextarea_0.setPageContext(_jspx_page_context);
    _jspx_th_h_inputTextarea_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_inputTextarea_0.setId("message");
    _jspx_th_h_inputTextarea_0.setRequired("true");
    _jspx_th_h_inputTextarea_0.setValue("#{BlogManager.entry.message}");
    int _jspx_eval_h_inputTextarea_0 = _jspx_th_h_inputTextarea_0.doStartTag();
    if (_jspx_eval_h_inputTextarea_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("      ");
    }
    if (_jspx_th_h_inputTextarea_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_inputTextarea_value_required_id.reuse(_jspx_th_h_inputTextarea_0);
    return false;
  }

  private boolean _jspx_meth_h_message_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:message
    com.sun.faces.taglib.html_basic.MessageTag _jspx_th_h_message_0 = (com.sun.faces.taglib.html_basic.MessageTag) _jspx_tagPool_h_message_for.get(com.sun.faces.taglib.html_basic.MessageTag.class);
    _jspx_th_h_message_0.setPageContext(_jspx_page_context);
    _jspx_th_h_message_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_message_0.setFor("message");
    int _jspx_eval_h_message_0 = _jspx_th_h_message_0.doStartTag();
    if (_jspx_eval_h_message_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("      ");
    }
    if (_jspx_th_h_message_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_message_for.reuse(_jspx_th_h_message_0);
    return false;
  }

  private boolean _jspx_meth_h_panelGroup_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:panelGroup
    com.sun.faces.taglib.html_basic.PanelGroupTag _jspx_th_h_panelGroup_0 = (com.sun.faces.taglib.html_basic.PanelGroupTag) _jspx_tagPool_h_panelGroup.get(com.sun.faces.taglib.html_basic.PanelGroupTag.class);
    _jspx_th_h_panelGroup_0.setPageContext(_jspx_page_context);
    _jspx_th_h_panelGroup_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
    int _jspx_eval_h_panelGroup_0 = _jspx_th_h_panelGroup_0.doStartTag();
    if (_jspx_eval_h_panelGroup_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("\r\n      ");
      if (_jspx_meth_h_commandButton_0(_jspx_th_h_panelGroup_0, _jspx_page_context))
        return true;
      out.write("\r\n         \r\n      ");
      if (_jspx_meth_h_commandButton_1(_jspx_th_h_panelGroup_0, _jspx_page_context))
        return true;
      out.write("\r\n         \r\n      ");
      if (_jspx_meth_h_commandButton_2(_jspx_th_h_panelGroup_0, _jspx_page_context))
        return true;
      out.write("\r\n    ");
    }
    if (_jspx_th_h_panelGroup_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_panelGroup.reuse(_jspx_th_h_panelGroup_0);
    return false;
  }

  private boolean _jspx_meth_h_commandButton_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGroup_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:commandButton
    com.sun.faces.taglib.html_basic.CommandButtonTag _jspx_th_h_commandButton_0 = (com.sun.faces.taglib.html_basic.CommandButtonTag) _jspx_tagPool_h_commandButton_value_action_nobody.get(com.sun.faces.taglib.html_basic.CommandButtonTag.class);
    _jspx_th_h_commandButton_0.setPageContext(_jspx_page_context);
    _jspx_th_h_commandButton_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGroup_0);
    _jspx_th_h_commandButton_0.setAction("#{BlogManager.editAction}");
    _jspx_th_h_commandButton_0.setValue("Save");
    int _jspx_eval_h_commandButton_0 = _jspx_th_h_commandButton_0.doStartTag();
    if (_jspx_th_h_commandButton_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_commandButton_value_action_nobody.reuse(_jspx_th_h_commandButton_0);
    return false;
  }

  private boolean _jspx_meth_h_commandButton_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGroup_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:commandButton
    com.sun.faces.taglib.html_basic.CommandButtonTag _jspx_th_h_commandButton_1 = (com.sun.faces.taglib.html_basic.CommandButtonTag) _jspx_tagPool_h_commandButton_value_type_nobody.get(com.sun.faces.taglib.html_basic.CommandButtonTag.class);
    _jspx_th_h_commandButton_1.setPageContext(_jspx_page_context);
    _jspx_th_h_commandButton_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGroup_0);
    _jspx_th_h_commandButton_1.setType("reset");
    _jspx_th_h_commandButton_1.setValue("Clear");
    int _jspx_eval_h_commandButton_1 = _jspx_th_h_commandButton_1.doStartTag();
    if (_jspx_th_h_commandButton_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_commandButton_value_type_nobody.reuse(_jspx_th_h_commandButton_1);
    return false;
  }

  private boolean _jspx_meth_h_commandButton_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGroup_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:commandButton
    com.sun.faces.taglib.html_basic.CommandButtonTag _jspx_th_h_commandButton_2 = (com.sun.faces.taglib.html_basic.CommandButtonTag) _jspx_tagPool_h_commandButton_value_action_nobody.get(com.sun.faces.taglib.html_basic.CommandButtonTag.class);
    _jspx_th_h_commandButton_2.setPageContext(_jspx_page_context);
    _jspx_th_h_commandButton_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGroup_0);
    _jspx_th_h_commandButton_2.setAction("return");
    _jspx_th_h_commandButton_2.setValue("Back");
    int _jspx_eval_h_commandButton_2 = _jspx_th_h_commandButton_2.doStartTag();
    if (_jspx_th_h_commandButton_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_commandButton_value_action_nobody.reuse(_jspx_th_h_commandButton_2);
    return false;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -