📄 __payonline.java
字号:
/* compiled from JSP: /payonline.jsp
*
* This code was automatically generated at 16:11:39 on 2005-9-9
* by weblogic.servlet.jsp.Jsp2Java -- do not edit.
*/
package jsp_servlet;
import java.io.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
// User imports
// built-in init parameters:
// boolean _verbose -- wants debugging
// Well-known variables:
// JspWriter out -- to write to the browser
// HttpServletRequest request -- the request object.
// HttpServletResponse response -- the response object.
// PageContext pageContext -- the page context for this JSP
// HttpSession session -- the session object for the client (if any)
// ServletContext application -- The servlet (application) context
// ServletConfig config -- The ServletConfig for this JSP
// Object page -- the instance of this page's implementation class (i.e., 'this')
/**
* This code was automatically generated at 16:11:39 on 2005-9-9
* by weblogic.servlet.jsp.Jsp2Java -- do not edit.
*
* Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/
public final class __payonline
extends
weblogic.servlet.jsp.JspBase
implements weblogic.servlet.jsp.StaleIndicator
{
private static void _releaseTags(javax.servlet.jsp.tagext.Tag t) { while (t != null) { javax.servlet.jsp.tagext.Tag tmp = t; t = t.getParent(); try { tmp.release(); } catch (Exception ignore) {} } } // StaleIndicator interface public boolean _isStale() { weblogic.servlet.jsp.StaleChecker sci =(weblogic.servlet.jsp.StaleChecker)(getServletConfig().getServletContext()); java.io.File f = null; long lastModWhenBuilt = 0L; if (sci.isResourceStale("/payonline.jsp", 1044333130000L, "7.0.5.0", "Asia/Shanghai")) return true; return false; } public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) { java.io.File f = null; long lastModWhenBuilt = 0L; if (sci.isResourceStale("/payonline.jsp", 1044333130000L, "7.0.5.0", "Asia/Shanghai")) return true; return false; }
public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
{
// declare and set well-known variables:
javax.servlet.ServletConfig config = getServletConfig();
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.html.SubmitTag _html_submit0 = null; org.apache.struts.taglib.html.TextTag _html_text0 = null; org.apache.struts.taglib.html.FormTag _html_form0 = null; org.apache.struts.taglib.html.HtmlTag _html_html0 = 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);
out = pageContext.getOut(); JspWriter _originalOut = out;
javax.servlet.http.HttpSession session = request.getSession(true);
try { // error page try block out.print("<!--\\u2022\t\\u5728\\u7EBF\\u652F\\u4ED8\\u754C\\u9762 -->\r\n\r\n\r\n\r\n\r\n"); //^%$__TAG_CODEGEN : begin html custom tag block... //[ /payonline.jsp; Line: 6] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /payonline.jsp; Line: 6] if (_html_html0 == null) _html_html0 = new org.apache.struts.taglib.html.HtmlTag(); //[ /payonline.jsp; Line: 6] _html_html0.setPageContext(pageContext); //[ /payonline.jsp; Line: 6] _html_html0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /payonline.jsp; Line: 6] _activeTag = _html_html0; //[ /payonline.jsp; Line: 6] _int0 = _html_html0.doStartTag(); //[ /payonline.jsp; Line: 6] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /payonline.jsp; Line: 6] throw new JspTagException("Since tag class org.apache.struts.taglib.html.HtmlTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /payonline.jsp; Line: 6] } //[ /payonline.jsp; Line: 6] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /payonline.jsp; Line: 6] if (_int0 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /payonline.jsp; Line: 6] do { //[ /payonline.jsp; Line: 6] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /payonline.jsp; Line: 6] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /payonline.jsp; Line: 6] out.print("\r\n <body>\r\n "); //^%$__TAG_CODEGEN : begin form custom tag block... //[ /payonline.jsp; Line: 8] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /payonline.jsp; Line: 8] if (_html_form0 == null) _html_form0 = new org.apache.struts.taglib.html.FormTag(); //[ /payonline.jsp; Line: 8] _html_form0.setPageContext(pageContext); //[ /payonline.jsp; Line: 8] _html_form0.setParent((javax.servlet.jsp.tagext.Tag)_html_html0); //[ /payonline.jsp; Line: 8] _activeTag = _html_form0; //[ /payonline.jsp; Line: 8] _html_form0.setAction(weblogic.utils.StringUtils.valueOf("/shopping/balanceAction")); //[ /payonline.jsp; Line: 8] _int1 = _html_form0.doStartTag(); //[ /payonline.jsp; Line: 8] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /payonline.jsp; Line: 8] throw new JspTagException("Since tag class org.apache.struts.taglib.html.FormTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /payonline.jsp; Line: 8] } //[ /payonline.jsp; Line: 8] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /payonline.jsp; Line: 8] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /payonline.jsp; Line: 8]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -