messhome_jsp.java
来自「exo portal portlet eclipse 开发例子」· Java 代码 · 共 155 行
JAVA
155 行
package org.apache.jsp.WEB_002dINF.templates.html;import javax.servlet.*;import javax.servlet.http.*;import javax.servlet.jsp.*;public final class messHome_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static java.util.Vector _jspx_dependants; static { _jspx_dependants = new java.util.Vector(1); _jspx_dependants.add("/WEB-INF/tlds/portlet.tld"); } private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_portlet_defineObjects_nobody; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_portlet_actionURL_var; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_portlet_param_value_name_nobody; public java.util.List getDependants() { return _jspx_dependants; } public void _jspInit() { _jspx_tagPool_portlet_defineObjects_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_portlet_actionURL_var = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_portlet_param_value_name_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); } public void _jspDestroy() { _jspx_tagPool_portlet_defineObjects_nobody.release(); _jspx_tagPool_portlet_actionURL_var.release(); _jspx_tagPool_portlet_param_value_name_nobody.release(); } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { JspFactory _jspxFactory = null; PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html;charset=UTF-8"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); // portlet:defineObjects org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.DefineObjectsTag _jspx_th_portlet_defineObjects_0 = (org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.DefineObjectsTag) _jspx_tagPool_portlet_defineObjects_nobody.get(org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.DefineObjectsTag.class); _jspx_th_portlet_defineObjects_0.setPageContext(_jspx_page_context); _jspx_th_portlet_defineObjects_0.setParent(null); int _jspx_eval_portlet_defineObjects_0 = _jspx_th_portlet_defineObjects_0.doStartTag(); if (_jspx_th_portlet_defineObjects_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return; _jspx_tagPool_portlet_defineObjects_nobody.reuse(_jspx_th_portlet_defineObjects_0); javax.portlet.PortletConfig portletConfig = null; javax.portlet.RenderRequest renderRequest = null; javax.portlet.RenderResponse renderResponse = null; portletConfig = (javax.portlet.PortletConfig) _jspx_page_context.findAttribute("portletConfig"); renderRequest = (javax.portlet.RenderRequest) _jspx_page_context.findAttribute("renderRequest"); renderResponse = (javax.portlet.RenderResponse) _jspx_page_context.findAttribute("renderResponse"); out.write("\r\n"); out.write("\r\n"); // portlet:actionURL org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.ActionURLTag _jspx_th_portlet_actionURL_0 = (org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.ActionURLTag) _jspx_tagPool_portlet_actionURL_var.get(org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.ActionURLTag.class); _jspx_th_portlet_actionURL_0.setPageContext(_jspx_page_context); _jspx_th_portlet_actionURL_0.setParent(null); _jspx_th_portlet_actionURL_0.setVar("url"); int _jspx_eval_portlet_actionURL_0 = _jspx_th_portlet_actionURL_0.doStartTag(); if (_jspx_eval_portlet_actionURL_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_portlet_actionURL_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_portlet_actionURL_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_portlet_actionURL_0.doInitBody(); } do { out.write('\r'); out.write('\n'); out.write(' '); if (_jspx_meth_portlet_param_0(_jspx_th_portlet_actionURL_0, _jspx_page_context)) return; out.write('\r'); out.write('\n'); int evalDoAfterBody = _jspx_th_portlet_actionURL_0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_portlet_actionURL_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) out = _jspx_page_context.popBody(); } if (_jspx_th_portlet_actionURL_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return; _jspx_tagPool_portlet_actionURL_var.reuse(_jspx_th_portlet_actionURL_0); java.lang.String url = null; url = (java.lang.String) _jspx_page_context.findAttribute("url"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n");
String mess = (String)renderRequest.getAttribute("mess");
out.write("\r\n"); out.write("<div width=30% height=\"5\">\r\n"); out.write(" <p>最后确认日期:"); out.print(mess ); out.write("</p>\r\n"); out.write("</div>"); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) out.clearBuffer(); if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); } } finally { if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context); } } private boolean _jspx_meth_portlet_param_0(javax.servlet.jsp.tagext.JspTag _jspx_th_portlet_actionURL_0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // portlet:param org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.ParamTag _jspx_th_portlet_param_0 = (org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.ParamTag) _jspx_tagPool_portlet_param_value_name_nobody.get(org.exoplatform.services.portletcontainer.impl.portletAPIImp.tags.ParamTag.class); _jspx_th_portlet_param_0.setPageContext(_jspx_page_context); _jspx_th_portlet_param_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_portlet_actionURL_0); _jspx_th_portlet_param_0.setName("action"); _jspx_th_portlet_param_0.setValue("actions.AddDocumentAction"); int _jspx_eval_portlet_param_0 = _jspx_th_portlet_param_0.doStartTag(); if (_jspx_th_portlet_param_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_portlet_param_value_name_nobody.reuse(_jspx_th_portlet_param_0); return false; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?