📄 __friend.java
字号:
javax.servlet.ServletContext application = config.getServletContext();
javax.servlet.jsp.tagext.Tag _activeTag = null;
// variables for Tag extension protocol int _int0 = 0, _int1 = 0, _int2 = 0; org.apache.struts.taglib.bean.MessageTag _bean_message0 = null; org.apache.struts.taglib.bean.WriteTag _bean_write0 = null; org.apache.struts.taglib.logic.IterateTag _logic_iterate0 = null; org.apache.struts.taglib.html.SubmitTag _html_submit0 = null; org.apache.struts.taglib.html.LinkTag _html_link0 = null; org.apache.struts.taglib.html.TextTag _html_text0 = null; org.apache.struts.taglib.html.TextareaTag _html_textarea0 = null; org.apache.struts.taglib.html.HiddenTag _html_hidden0 = null; org.apache.struts.taglib.html.FormTag _html_form0 = null;
Object page = this;
javax.servlet.jsp.JspWriter out;
javax.servlet.jsp.PageContext pageContext = javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 8192, true);
response.setHeader("Content-Type", "text/html; charset=UTF-8"); out = pageContext.getOut(); JspWriter _originalOut = out;
javax.servlet.http.HttpSession session = request.getSession(true);
try { // error page try block response.setContentType("text/html; charset=UTF-8"); _writeText(response, out, _wl_block0, _wl_block0Bytes); java.util.List myFriend = null; //[ /friend.jsp; Line: 5] myFriend = (java.util.List)request.getAttribute("myFriend"); //[ /friend.jsp; Line: 5] if (myFriend == null) { // begin 'myFriend' instantiation block... //[ /friend.jsp; Line: 5] { // Don't need to synchronize on request scope //[ /friend.jsp; Line: 5] myFriend = (java.util.List)request.getAttribute("myFriend"); //[ /friend.jsp; Line: 5] if (myFriend == null) { // begin 'myFriend' synchronized instantiation block... //[ /friend.jsp; Line: 5] if (true) throw new InstantiationException("Could instantiate bean 'myFriend', neither 'class' nor 'beanName' were specified"); //[ /friend.jsp; Line: 5] request.setAttribute("myFriend", myFriend); //[ /friend.jsp; Line: 5] } // end synchronized bean instantiation block... //[ /friend.jsp; Line: 5] } // end synchronized bean scope block... //[ /friend.jsp; Line: 5] } // end bean instantiation block... //[ /friend.jsp; Line: 5] _writeText(response, out, _wl_block1, _wl_block1Bytes); java.util.List black = null; //[ /friend.jsp; Line: 6] black = (java.util.List)request.getAttribute("black"); //[ /friend.jsp; Line: 6] if (black == null) { // begin 'black' instantiation block... //[ /friend.jsp; Line: 6] { // Don't need to synchronize on request scope //[ /friend.jsp; Line: 6] black = (java.util.List)request.getAttribute("black"); //[ /friend.jsp; Line: 6] if (black == null) { // begin 'black' synchronized instantiation block... //[ /friend.jsp; Line: 6] if (true) throw new InstantiationException("Could instantiate bean 'black', neither 'class' nor 'beanName' were specified"); //[ /friend.jsp; Line: 6] request.setAttribute("black", black); //[ /friend.jsp; Line: 6] } // end synchronized bean instantiation block... //[ /friend.jsp; Line: 6] } // end synchronized bean scope block... //[ /friend.jsp; Line: 6] } // end bean instantiation block... //[ /friend.jsp; Line: 6] _writeText(response, out, _wl_block2, _wl_block2Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /friend.jsp; Line: 10] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 10] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /friend.jsp; Line: 10] _bean_message0.setPageContext(pageContext); //[ /friend.jsp; Line: 10] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /friend.jsp; Line: 10] _activeTag = _bean_message0; //[ /friend.jsp; Line: 10] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("fiend.title")); //[ /friend.jsp; Line: 10] _int0 = _bean_message0.doStartTag(); //[ /friend.jsp; Line: 10] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /friend.jsp; Line: 10] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /friend.jsp; Line: 10] } //[ /friend.jsp; Line: 10] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 10] _int0 = _bean_message0.doEndTag(); //[ /friend.jsp; Line: 10] if (_int0 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /friend.jsp; Line: 10] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /friend.jsp; Line: 10] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 10] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /friend.jsp; Line: 10] _writeText(response, out, _wl_block3, _wl_block3Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /friend.jsp; Line: 19] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 19] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /friend.jsp; Line: 19] _bean_message0.setPageContext(pageContext); //[ /friend.jsp; Line: 19] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /friend.jsp; Line: 19] _activeTag = _bean_message0; //[ /friend.jsp; Line: 19] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("friend.friendlist")); //[ /friend.jsp; Line: 19] _int0 = _bean_message0.doStartTag(); //[ /friend.jsp; Line: 19] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /friend.jsp; Line: 19] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /friend.jsp; Line: 19] } //[ /friend.jsp; Line: 19] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 19] _int0 = _bean_message0.doEndTag(); //[ /friend.jsp; Line: 19] if (_int0 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /friend.jsp; Line: 19] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /friend.jsp; Line: 19] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 19] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /friend.jsp; Line: 19] _writeText(response, out, _wl_block4, _wl_block4Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /friend.jsp; Line: 22] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 22] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /friend.jsp; Line: 22] _bean_message0.setPageContext(pageContext); //[ /friend.jsp; Line: 22] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /friend.jsp; Line: 22] _activeTag = _bean_message0; //[ /friend.jsp; Line: 22] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("friend.friendid")); //[ /friend.jsp; Line: 22] _int0 = _bean_message0.doStartTag(); //[ /friend.jsp; Line: 22] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /friend.jsp; Line: 22] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /friend.jsp; Line: 22] } //[ /friend.jsp; Line: 22] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 22] _int0 = _bean_message0.doEndTag(); //[ /friend.jsp; Line: 22] if (_int0 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /friend.jsp; Line: 22] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /friend.jsp; Line: 22] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 22] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /friend.jsp; Line: 22] _writeText(response, out, _wl_block5, _wl_block5Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /friend.jsp; Line: 23] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 23] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /friend.jsp; Line: 23] _bean_message0.setPageContext(pageContext); //[ /friend.jsp; Line: 23] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /friend.jsp; Line: 23] _activeTag = _bean_message0; //[ /friend.jsp; Line: 23] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("friend.explain")); //[ /friend.jsp; Line: 23] _int0 = _bean_message0.doStartTag(); //[ /friend.jsp; Line: 23] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /friend.jsp; Line: 23] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /friend.jsp; Line: 23] } //[ /friend.jsp; Line: 23] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 23] _int0 = _bean_message0.doEndTag(); //[ /friend.jsp; Line: 23] if (_int0 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /friend.jsp; Line: 23] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /friend.jsp; Line: 23] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 23] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /friend.jsp; Line: 23] _writeText(response, out, _wl_block6, _wl_block6Bytes); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /friend.jsp; Line: 24] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 24] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /friend.jsp; Line: 24] _bean_message0.setPageContext(pageContext); //[ /friend.jsp; Line: 24] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /friend.jsp; Line: 24] _activeTag = _bean_message0; //[ /friend.jsp; Line: 24] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("bbscs.del")); //[ /friend.jsp; Line: 24] _int0 = _bean_message0.doStartTag(); //[ /friend.jsp; Line: 24] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /friend.jsp; Line: 24] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /friend.jsp; Line: 24] } //[ /friend.jsp; Line: 24] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 24] _int0 = _bean_message0.doEndTag(); //[ /friend.jsp; Line: 24] if (_int0 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /friend.jsp; Line: 24] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /friend.jsp; Line: 24] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 24] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /friend.jsp; Line: 24] _writeText(response, out, _wl_block7, _wl_block7Bytes); //^%$__TAG_CODEGEN : begin iterate custom tag block... //[ /friend.jsp; Line: 26] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 26] if (_logic_iterate0 == null) _logic_iterate0 = new org.apache.struts.taglib.logic.IterateTag(); //[ /friend.jsp; Line: 26] _logic_iterate0.setPageContext(pageContext); //[ /friend.jsp; Line: 26] _logic_iterate0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /friend.jsp; Line: 26] _activeTag = _logic_iterate0; //[ /friend.jsp; Line: 26] _logic_iterate0.setId(weblogic.utils.StringUtils.valueOf("friend")); //[ /friend.jsp; Line: 26] _logic_iterate0.setName(weblogic.utils.StringUtils.valueOf("myFriend")); //[ /friend.jsp; Line: 26] _logic_iterate0.setType(weblogic.utils.StringUtils.valueOf("com.laoer.bbscs.bean.Friend")); //[ /friend.jsp; Line: 26] _int0 = _logic_iterate0.doStartTag(); //[ /friend.jsp; Line: 26] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /friend.jsp; Line: 26] if (_int0 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /friend.jsp; Line: 26] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /friend.jsp; Line: 26] out = pageContext.pushBody(); //[ /friend.jsp; Line: 26] _logic_iterate0.setBodyContent((BodyContent)out); //[ /friend.jsp; Line: 26] _logic_iterate0.doInitBody(); //[ /friend.jsp; Line: 26]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -