📄 __initial.java
字号:
/* compiled from JSP: /initial.jsp
*
* This code was automatically generated at 16:11:45 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:45 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 __initial
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("/initial.jsp", 1052452034000L, "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("/initial.jsp", 1052452034000L, "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.logic.IterateTag _logic_iterate0 = 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("<!-- \\u8D2D\\u4E66\\u7F51\\u7AD9\\u7684\\u521D\\u59CB\\u754C\\u9762 -->\r\n\r\n\r\n\r\n\r\n"); //^%$__TAG_CODEGEN : begin html custom tag block... //[ /initial.jsp; Line: 6] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 6] if (_html_html0 == null) _html_html0 = new org.apache.struts.taglib.html.HtmlTag(); //[ /initial.jsp; Line: 6] _html_html0.setPageContext(pageContext); //[ /initial.jsp; Line: 6] _html_html0.setParent((javax.servlet.jsp.tagext.Tag)null); //[ /initial.jsp; Line: 6] _activeTag = _html_html0; //[ /initial.jsp; Line: 6] _int0 = _html_html0.doStartTag(); //[ /initial.jsp; Line: 6] if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /initial.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"); //[ /initial.jsp; Line: 6] } //[ /initial.jsp; Line: 6] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 6] if (_int0 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /initial.jsp; Line: 6] do { //[ /initial.jsp; Line: 6] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /initial.jsp; Line: 6] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /initial.jsp; Line: 6] out.print("\r\n <head>\r\n <title>\r\n "); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /initial.jsp; Line: 9] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 9] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /initial.jsp; Line: 9] _bean_message0.setPageContext(pageContext); //[ /initial.jsp; Line: 9] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)_html_html0); //[ /initial.jsp; Line: 9] _activeTag = _bean_message0; //[ /initial.jsp; Line: 9] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("initial.title")); //[ /initial.jsp; Line: 9] _int1 = _bean_message0.doStartTag(); //[ /initial.jsp; Line: 9] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /initial.jsp; Line: 9] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /initial.jsp; Line: 9] } //[ /initial.jsp; Line: 9] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 9] _int1 = _bean_message0.doEndTag(); //[ /initial.jsp; Line: 9] if (_int1 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /initial.jsp; Line: 9] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /initial.jsp; Line: 9] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 9] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /initial.jsp; Line: 9] out.print("\r\n </title>\r\n </head>\r\n <body>\r\n<!--input the book name that looked up by logon user -->\r\n "); //^%$__TAG_CODEGEN : begin form custom tag block... //[ /initial.jsp; Line: 14] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 14] if (_html_form0 == null) _html_form0 = new org.apache.struts.taglib.html.FormTag(); //[ /initial.jsp; Line: 14] _html_form0.setPageContext(pageContext); //[ /initial.jsp; Line: 14] _html_form0.setParent((javax.servlet.jsp.tagext.Tag)_html_html0); //[ /initial.jsp; Line: 14] _activeTag = _html_form0; //[ /initial.jsp; Line: 14] _html_form0.setAction(weblogic.utils.StringUtils.valueOf("/shopping/initialBookAction")); //[ /initial.jsp; Line: 14] _int1 = _html_form0.doStartTag(); //[ /initial.jsp; Line: 14] if (_int1 == BodyTag.EVAL_BODY_BUFFERED) { //[ /initial.jsp; Line: 14] throw new JspTagException("Since tag class org.apache.struts.taglib.html.FormTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /initial.jsp; Line: 14] } //[ /initial.jsp; Line: 14] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 14] if (_int1 != Tag.SKIP_BODY) { // begin !SKIP_BODY... //[ /initial.jsp; Line: 14] do { //[ /initial.jsp; Line: 14] /*** sync AT_BEGIN Vars after doInitBody ***/ //[ /initial.jsp; Line: 14] /*** declare & sync NESTED TagExtra Vars here ***/ //[ /initial.jsp; Line: 14] out.print("\r\n <table>\r\n <tr>\r\n <th>\r\n "); //^%$__TAG_CODEGEN : begin message custom tag block... //[ /initial.jsp; Line: 18] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 18] if (_bean_message0 == null) _bean_message0 = new org.apache.struts.taglib.bean.MessageTag(); //[ /initial.jsp; Line: 18] _bean_message0.setPageContext(pageContext); //[ /initial.jsp; Line: 18] _bean_message0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /initial.jsp; Line: 18] _activeTag = _bean_message0; //[ /initial.jsp; Line: 18] _bean_message0.setKey(weblogic.utils.StringUtils.valueOf("initial.lookup")); //[ /initial.jsp; Line: 18] _int2 = _bean_message0.doStartTag(); //[ /initial.jsp; Line: 18] if (_int2 == BodyTag.EVAL_BODY_BUFFERED) { //[ /initial.jsp; Line: 18] throw new JspTagException("Since tag class org.apache.struts.taglib.bean.MessageTag does not implement BodyTag, it cannot return BodyTag.EVAL_BODY_BUFFERED"); //[ /initial.jsp; Line: 18] } //[ /initial.jsp; Line: 18] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 18] _int2 = _bean_message0.doEndTag(); //[ /initial.jsp; Line: 18] if (_int2 == Tag.SKIP_PAGE) { _activeTag = null; _releaseTags(_bean_message0); return; } //[ /initial.jsp; Line: 18] _activeTag = _bean_message0.getParent(); _bean_message0.release(); //[ /initial.jsp; Line: 18] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 18] /*** declare & sync AT_END TagExtra Vars here ***/ //[ /initial.jsp; Line: 18] out.print("\r\n </th>\r\n <td>\r\n "); //^%$__TAG_CODEGEN : begin text custom tag block... //[ /initial.jsp; Line: 21] /*** declare AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 21] if (_html_text0 == null) _html_text0 = new org.apache.struts.taglib.html.TextTag(); //[ /initial.jsp; Line: 21] _html_text0.setPageContext(pageContext); //[ /initial.jsp; Line: 21] _html_text0.setParent((javax.servlet.jsp.tagext.Tag)_html_form0); //[ /initial.jsp; Line: 21] _activeTag = _html_text0; //[ /initial.jsp; Line: 21] _html_text0.setProperty(weblogic.utils.StringUtils.valueOf("bookname")); //[ /initial.jsp; Line: 21] _html_text0.setSize(weblogic.utils.StringUtils.valueOf("16")); //[ /initial.jsp; Line: 21] _html_text0.setMaxlength(weblogic.utils.StringUtils.valueOf("16")); //[ /initial.jsp; Line: 21] _int2 = _html_text0.doStartTag(); //[ /initial.jsp; Line: 21] /*** sync AT_BEGIN TagExtra Vars here ***/ //[ /initial.jsp; Line: 21]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -