📄 __post.java
字号:
/*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 64] if (_bbscs_Post0 == null) _bbscs_Post0 = new com.laoer.bbscs.web.tag.PostTag(); //[ /post.jsp; Line: 64] _bbscs_Post0.setPageContext(pageContext); //[ /post.jsp; Line: 64] _bbscs_Post0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 64] _activeTag = _bbscs_Post0; //[ /post.jsp; Line: 64] _bbscs_Post0.setType(weblogic.utils.StringUtils.valueOf("notice")); //[ /post.jsp; Line: 64] _bbscs_Post0.setUserCheck(weblogic.utils.StringUtils.valueOf("uc")); //[ /post.jsp; Line: 64] _bbscs_Post0.setForm(weblogic.utils.StringUtils.valueOf("postForm")); //[ /post.jsp; Line: 64] _bbscs_Post0.setScope(weblogic.utils.StringUtils.valueOf("request")); //[ /post.jsp; Line: 64] _bbscs_Post0.setProperty(weblogic.utils.StringUtils.valueOf("bid")); //[ /post.jsp; Line: 64] _int1 = _bbscs_Post0.doStartTag(); //[ /post.jsp; Line: 64] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 64] throw new JspTagException("Since tag class com.laoer.bbscs.web.tag.PostTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /post.jsp; Line: 64] } //[ /post.jsp; Line: 64] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 64] _int1 = _bbscs_Post0.doEndTag(); //[ /post.jsp; Line: 64] if (_int1 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bbscs_Post0); return; } //[ /post.jsp; Line: 64] _activeTag = _bbscs_Post0.getParent(); _bbscs_Post0.release(); //[ /post.jsp; Line: 64] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 64] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /post.jsp; Line: 64] _writeText(response, out, _wl_block16, _wl_block16Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /post.jsp; Line: 67] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 67] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /post.jsp; Line: 67] _bean_message0.setPageContext(pageContext); //[ /post.jsp; Line: 67] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 67] _activeTag = _bean_message0; //[ /post.jsp; Line: 67] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("post.topic")); //[ /post.jsp; Line: 67] _int1 = _bean_message0.doStartTag(); //[ /post.jsp; Line: 67] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 67] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /post.jsp; Line: 67] } //[ /post.jsp; Line: 67] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 67] _int1 = _bean_message0.doEndTag(); //[ /post.jsp; Line: 67] if (_int1 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /post.jsp; Line: 67] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /post.jsp; Line: 67] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 67] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /post.jsp; Line: 67] _writeText(response, out, _wl_block17, _wl_block17Bytes); //^%$__TAG_CODEGEN : begin text custom tag block... //[ /post.jsp; Line: 68] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 68] if (_html_text0 == null) _html_text0 = new org.apache.struts.taglib.html.TextTag(); //[ /post.jsp; Line: 68] _html_text0.setPageContext(pageContext); //[ /post.jsp; Line: 68] _html_text0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 68] _activeTag = _html_text0; //[ /post.jsp; Line: 68] _html_text0.setProperty(weblogic.utils.StringUtils.valueOf("title")); //[ /post.jsp; Line: 68] _html_text0.setSize(weblogic.utils.StringUtils.valueOf("50")); //[ /post.jsp; Line: 68] _html_text0.setMaxlength(weblogic.utils.StringUtils.valueOf("60")); //[ /post.jsp; Line: 68] _html_text0.setStyleClass(weblogic.utils.StringUtils.valueOf("INPUT1")); //[ /post.jsp; Line: 68] _int1 = _html_text0.doStartTag(); //[ /post.jsp; Line: 68] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 68] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /post.jsp; Line: 68] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 68] out = pageContext.pushBody(); //[ /post.jsp; Line: 68] _html_text0.setBodyContent((BodyContent)out); //[ /post.jsp; Line: 68] _html_text0.doInitBody(); //[ /post.jsp; Line: 68] } //[ /post.jsp; Line: 68] try { // _html_text0 popBody() try/finally.. //[ /post.jsp; Line: 68] do { //[ /post.jsp; Line: 68] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /post.jsp; Line: 68] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /post.jsp; Line: 68] //^%$__TAG_CODEGEN //[ /post.jsp; Line: 68] } while (_html_text0.doAfterBody() == IterationTag.EVAL_BODY_AGAIN); //[ /post.jsp; Line: 68] } finally { // _html_text0 popBody() finally... //[ /post.jsp; Line: 68] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) out = pageContext.popBody(); //[ /post.jsp; Line: 68] } //[ /post.jsp; Line: 68] } // end !SKIP_BODY //[ /post.jsp; Line: 68] if (_html_text0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_text0); return; } //[ /post.jsp; Line: 68] _activeTag = _html_text0.getParent(); _html_text0.release(); //[ /post.jsp; Line: 68] //end text custom tag.... //[ /post.jsp; Line: 68] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 68] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /post.jsp; Line: 68] _writeText(response, out, _wl_block18, _wl_block18Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /post.jsp; Line: 71] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 71] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /post.jsp; Line: 71] _bean_message0.setPageContext(pageContext); //[ /post.jsp; Line: 71] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 71] _activeTag = _bean_message0; //[ /post.jsp; Line: 71] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("post.face")); //[ /post.jsp; Line: 71] _int1 = _bean_message0.doStartTag(); //[ /post.jsp; Line: 71] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 71] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /post.jsp; Line: 71] } //[ /post.jsp; Line: 71] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 71] _int1 = _bean_message0.doEndTag(); //[ /post.jsp; Line: 71] if (_int1 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /post.jsp; Line: 71] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /post.jsp; Line: 71] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 71] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /post.jsp; Line: 71] _writeText(response, out, _wl_block19, _wl_block19Bytes); //^%$__TAG_CODEGEN : begin radio custom tag block... //[ /post.jsp; Line: 76] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 76] if (_html_radio0 == null) _html_radio0 = new org.apache.struts.taglib.html.RadioTag(); //[ /post.jsp; Line: 76] _html_radio0.setPageContext(pageContext); //[ /post.jsp; Line: 76] _html_radio0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 76] _activeTag = _html_radio0; //[ /post.jsp; Line: 76] _html_radio0.setProperty(weblogic.utils.StringUtils.valueOf("face")); //[ /post.jsp; Line: 76] _html_radio0.setValue(weblogic.utils.StringUtils.valueOf("1")); //[ /post.jsp; Line: 76] _int1 = _html_radio0.doStartTag(); //[ /post.jsp; Line: 76] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 76] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /post.jsp; Line: 76] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 76] out = pageContext.pushBody(); //[ /post.jsp; Line: 76] _html_radio0.setBodyContent((BodyContent)out); //[ /post.jsp; Line: 76] _html_radio0.doInitBody(); //[ /post.jsp; Line: 76] } //[ /post.jsp; Line: 76] try { // _html_radio0 popBody() try/finally.. //[ /post.jsp; Line: 76] do { //[ /post.jsp; Line: 76] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /post.jsp; Line: 76] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /post.jsp; Line: 76] //^%$__TAG_CODEGEN //[ /post.jsp; Line: 76] } while (_html_radio0.doAfterBody() == IterationTag.EVAL_BODY_AGAIN); //[ /post.jsp; Line: 76] } finally { // _html_radio0 popBody() finally... //[ /post.jsp; Line: 76] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) out = pageContext.popBody(); //[ /post.jsp; Line: 76] } //[ /post.jsp; Line: 76] } // end !SKIP_BODY //[ /post.jsp; Line: 76] if (_html_radio0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_radio0); return; } //[ /post.jsp; Line: 76] _activeTag = _html_radio0.getParent(); _html_radio0.release(); //[ /post.jsp; Line: 76] //end radio custom tag.... //[ /post.jsp; Line: 76] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 76] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /post.jsp; Line: 76] _writeText(response, out, _wl_block20, _wl_block20Bytes); //^%$__TAG_CODEGEN : begin radio custom tag block... //[ /post.jsp; Line: 78] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 78] if (_html_radio0 == null) _html_radio0 = new org.apache.struts.taglib.html.RadioTag(); //[ /post.jsp; Line: 78] _html_radio0.setPageContext(pageContext); //[ /post.jsp; Line: 78] _html_radio0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 78] _activeTag = _html_radio0; //[ /post.jsp; Line: 78] _html_radio0.setProperty(weblogic.utils.StringUtils.valueOf("face")); //[ /post.jsp; Line: 78] _html_radio0.setValue(weblogic.utils.StringUtils.valueOf("2")); //[ /post.jsp; Line: 78] _int1 = _html_radio0.doStartTag(); //[ /post.jsp; Line: 78] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 78] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /post.jsp; Line: 78] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 78] out = pageContext.pushBody(); //[ /post.jsp; Line: 78] _html_radio0.setBodyContent((BodyContent)out); //[ /post.jsp; Line: 78] _html_radio0.doInitBody(); //[ /post.jsp; Line: 78] } //[ /post.jsp; Line: 78] try { // _html_radio0 popBody() try/finally.. //[ /post.jsp; Line: 78] do { //[ /post.jsp; Line: 78] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /post.jsp; Line: 78] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /post.jsp; Line: 78] //^%$__TAG_CODEGEN //[ /post.jsp; Line: 78] } while (_html_radio0.doAfterBody() == IterationTag.EVAL_BODY_AGAIN); //[ /post.jsp; Line: 78] } finally { // _html_radio0 popBody() finally... //[ /post.jsp; Line: 78] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) out = pageContext.popBody(); //[ /post.jsp; Line: 78] } //[ /post.jsp; Line: 78] } // end !SKIP_BODY //[ /post.jsp; Line: 78] if (_html_radio0.doEndTag() == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_html_radio0); return; } //[ /post.jsp; Line: 78] _activeTag = _html_radio0.getParent(); _html_radio0.release(); //[ /post.jsp; Line: 78] //end radio custom tag.... //[ /post.jsp; Line: 78] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 78] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /post.jsp; Line: 78] _writeText(response, out, _wl_block21, _wl_block21Bytes); //^%$__TAG_CODEGEN : begin radio custom tag block... //[ /post.jsp; Line: 80] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 80] if (_html_radio0 == null) _html_radio0 = new org.apache.struts.taglib.html.RadioTag(); //[ /post.jsp; Line: 80] _html_radio0.setPageContext(pageContext); //[ /post.jsp; Line: 80] _html_radio0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /post.jsp; Line: 80] _activeTag = _html_radio0; //[ /post.jsp; Line: 80] _html_radio0.setProperty(weblogic.utils.StringUtils.valueOf("face")); //[ /post.jsp; Line: 80] _html_radio0.setValue(weblogic.utils.StringUtils.valueOf("3")); //[ /post.jsp; Line: 80] _int1 = _html_radio0.doStartTag(); //[ /post.jsp; Line: 80] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /post.jsp; Line: 80] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /post.jsp; Line: 80] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /post.jsp; Line: 80]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -