signin_jsp.java

来自「《基于Eclipse的开源框架技术与实战》[第5章]随书源码」· Java 代码 · 共 1,183 行 · 第 1/5 页

JAVA
1,183
字号
  }

  private boolean _jspx_meth_bean_write_2(javax.servlet.jsp.tagext.JspTag _jspx_th_logic_present_1, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  bean:write
    org.apache.struts.taglib.bean.WriteTag _jspx_th_bean_write_2 = (org.apache.struts.taglib.bean.WriteTag) _jspx_tagPool_bean_write_scope_property_name_format_nobody.get(org.apache.struts.taglib.bean.WriteTag.class);
    _jspx_th_bean_write_2.setPageContext(_jspx_page_context);
    _jspx_th_bean_write_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_present_1);
    _jspx_th_bean_write_2.setName("UserContainer");
    _jspx_th_bean_write_2.setFormat("#,##0.00");
    _jspx_th_bean_write_2.setProperty("cart.totalPrice");
    _jspx_th_bean_write_2.setScope("session");
    int _jspx_eval_bean_write_2 = _jspx_th_bean_write_2.doStartTag();
    if (_jspx_th_bean_write_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_bean_write_scope_property_name_format_nobody.reuse(_jspx_th_bean_write_2);
    return false;
  }

  private boolean _jspx_meth_logic_notPresent_1(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  logic:notPresent
    org.apache.struts.taglib.logic.NotPresentTag _jspx_th_logic_notPresent_1 = (org.apache.struts.taglib.logic.NotPresentTag) _jspx_tagPool_logic_notPresent_scope_name.get(org.apache.struts.taglib.logic.NotPresentTag.class);
    _jspx_th_logic_notPresent_1.setPageContext(_jspx_page_context);
    _jspx_th_logic_notPresent_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_logic_notPresent_1.setName("UserContainer");
    _jspx_th_logic_notPresent_1.setScope("session");
    int _jspx_eval_logic_notPresent_1 = _jspx_th_logic_notPresent_1.doStartTag();
    if (_jspx_eval_logic_notPresent_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("\r\n");
        out.write("\t     <b>0</b>\r\n");
        out.write("\t     <br>\r\n");
        out.write("\t     Current Total: <b>$0.00</b><br>\r\n");
        out.write("\t   ");
        int evalDoAfterBody = _jspx_th_logic_notPresent_1.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_logic_notPresent_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_logic_notPresent_scope_name.reuse(_jspx_th_logic_notPresent_1);
    return false;
  }

  private boolean _jspx_meth_html_link_2(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:link
    org.apache.struts.taglib.html.LinkTag _jspx_th_html_link_2 = (org.apache.struts.taglib.html.LinkTag) _jspx_tagPool_html_link_page.get(org.apache.struts.taglib.html.LinkTag.class);
    _jspx_th_html_link_2.setPageContext(_jspx_page_context);
    _jspx_th_html_link_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_link_2.setPage("/cart.do?method=view");
    int _jspx_eval_html_link_2 = _jspx_th_html_link_2.doStartTag();
    if (_jspx_eval_html_link_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_html_link_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        out = _jspx_page_context.pushBody();
        _jspx_th_html_link_2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
        _jspx_th_html_link_2.doInitBody();
      }
      do {
        out.write("\r\n");
        out.write("\t    ");
        if (_jspx_meth_html_img_4(_jspx_th_html_link_2, _jspx_page_context))
          return true;
        out.write("\r\n");
        out.write("\t  ");
        int evalDoAfterBody = _jspx_th_html_link_2.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_html_link_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = _jspx_page_context.popBody();
    }
    if (_jspx_th_html_link_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_link_page.reuse(_jspx_th_html_link_2);
    return false;
  }

  private boolean _jspx_meth_html_img_4(javax.servlet.jsp.tagext.JspTag _jspx_th_html_link_2, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_4 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_4.setPageContext(_jspx_page_context);
    _jspx_th_html_img_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_link_2);
    _jspx_th_html_img_4.setPage("/images/cart.gif");
    _jspx_th_html_img_4.setAlt("Check Your Cart");
    _jspx_th_html_img_4.setWidth("35");
    _jspx_th_html_img_4.setHeight("20");
    _jspx_th_html_img_4.setBorder("0");
    int _jspx_eval_html_img_4 = _jspx_th_html_img_4.doStartTag();
    if (_jspx_th_html_img_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_img_width_page_height_border_alt_nobody.reuse(_jspx_th_html_img_4);
    return false;
  }

  private boolean _jspx_meth_html_img_5(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_5 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_5.setPageContext(_jspx_page_context);
    _jspx_th_html_img_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_img_5.setPage("/images/spacer.gif");
    _jspx_th_html_img_5.setWidth("10");
    _jspx_th_html_img_5.setHeight("5");
    _jspx_th_html_img_5.setBorder("0");
    _jspx_th_html_img_5.setAlt("");
    int _jspx_eval_html_img_5 = _jspx_th_html_img_5.doStartTag();
    if (_jspx_th_html_img_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_img_width_page_height_border_alt_nobody.reuse(_jspx_th_html_img_5);
    return false;
  }

  private boolean _jspx_meth_html_img_6(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_6 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_6.setPageContext(_jspx_page_context);
    _jspx_th_html_img_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_img_6.setPage("/images/home.gif");
    _jspx_th_html_img_6.setWidth("125");
    _jspx_th_html_img_6.setHeight("15");
    _jspx_th_html_img_6.setBorder("0");
    _jspx_th_html_img_6.setAlt("Home");
    int _jspx_eval_html_img_6 = _jspx_th_html_img_6.doStartTag();
    if (_jspx_th_html_img_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_img_width_page_height_border_alt_nobody.reuse(_jspx_th_html_img_6);
    return false;
  }

  private boolean _jspx_meth_html_img_7(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_7 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_7.setPageContext(_jspx_page_context);
    _jspx_th_html_img_7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_img_7.setPage("/images/navtop.gif");
    _jspx_th_html_img_7.setWidth("480");
    _jspx_th_html_img_7.setHeight("15");
    _jspx_th_html_img_7.setBorder("0");
    _jspx_th_html_img_7.setAlt("Home");
    int _jspx_eval_html_img_7 = _jspx_th_html_img_7.doStartTag();
    if (_jspx_th_html_img_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_img_width_page_height_border_alt_nobody.reuse(_jspx_th_html_img_7);
    return false;
  }

  private boolean _jspx_meth_html_img_8(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_8 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_8.setPageContext(_jspx_page_context);
    _jspx_th_html_img_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_img_8.setPage("/images/spacer.gif");
    _jspx_th_html_img_8.setWidth("165");
    _jspx_th_html_img_8.setHeight("8");
    _jspx_th_html_img_8.setBorder("0");
    _jspx_th_html_img_8.setAlt("");
    int _jspx_eval_html_img_8 = _jspx_th_html_img_8.doStartTag();
    if (_jspx_th_html_img_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_img_width_page_height_border_alt_nobody.reuse(_jspx_th_html_img_8);
    return false;
  }

  private boolean _jspx_meth_html_img_9(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_9 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_9.setPageContext(_jspx_page_context);
    _jspx_th_html_img_9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_img_9.setPage("/images/spacer.gif");
    _jspx_th_html_img_9.setWidth("1");
    _jspx_th_html_img_9.setHeight("1");
    _jspx_th_html_img_9.setBorder("0");
    _jspx_th_html_img_9.setAlt("");
    int _jspx_eval_html_img_9 = _jspx_th_html_img_9.doStartTag();
    if (_jspx_th_html_img_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_img_width_page_height_border_alt_nobody.reuse(_jspx_th_html_img_9);
    return false;
  }

  private boolean _jspx_meth_html_errors_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:errors
    org.apache.struts.taglib.html.ErrorsTag _jspx_th_html_errors_0 = (org.apache.struts.taglib.html.ErrorsTag) _jspx_tagPool_html_errors_nobody.get(org.apache.struts.taglib.html.ErrorsTag.class);
    _jspx_th_html_errors_0.setPageContext(_jspx_page_context);
    _jspx_th_html_errors_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    int _jspx_eval_html_errors_0 = _jspx_th_html_errors_0.doStartTag();
    if (_jspx_th_html_errors_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_errors_nobody.reuse(_jspx_th_html_errors_0);
    return false;
  }

  private boolean _jspx_meth_html_img_10(javax.servlet.jsp.tagext.JspTag _jspx_th_html_html_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  html:img
    org.apache.struts.taglib.html.ImgTag _jspx_th_html_img_10 = (org.apache.struts.taglib.html.ImgTag) _jspx_tagPool_html_img_width_page_height_border_alt_nobody.get(org.apache.struts.taglib.html.ImgTag.class);
    _jspx_th_html_img_10.setPageContext(_jspx_page_context);
    _jspx_th_html_img_10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_html_0);
    _jspx_th_html_img_10.setHeight("1");
    _jspx_th_html_img_10.setAlt("");
    _jspx_th_html_img_10.setPage("/images/spacer.gif");
    _jspx_th_html_img_10.setWidth("20");
    _jspx_th_html_img_10.setBorder("0");
    int _jspx_eval_html_img_10 = _jspx_th_html_img_10.doStartTag();
    if (_jspx_th_html_img_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;

⌨️ 快捷键说明

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