⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 __shoperlist.java

📁 本站基本功能如下: 首页(index.jsp) 图书选购,(可按分类方式查找图书
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/* compiled from JSP: /shoperlist.jsp
*
* This code was automatically generated at 14:23:19 on 2004-3-2
* 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
import java.util.*; //[ /shoperlist.jsp; Line: 2]import org.pan.web.book.bookclass; //[ /shoperlist.jsp; Line: 3]import org.pan.web.book.books; //[ /shoperlist.jsp; Line: 5]import org.pan.web.booksmn; //[ /shoperlist.jsp; Line: 6]import org.pan.web.book.indentlist; //[ /shoperlist.jsp; Line: 7]

// 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 14:23:19 on 2004-3-2
* by weblogic.servlet.jsp.Jsp2Java -- do not edit.
*
* Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
*/
public final class __shoperlist
extends
weblogic.servlet.jsp.JspBase
implements weblogic.servlet.jsp.StaleIndicator
{
    
    // 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("/shoperlist.jsp", 1046050544000L, "7.0.1.0")) return true;        return false;    }        public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {        java.io.File f = null;        long lastModWhenBuilt = 0L;        if (sci.isResourceStale("/shoperlist.jsp", 1046050544000L, "7.0.1.0")) 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        
        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=gb2312");        out = pageContext.getOut();        JspWriter _originalOut = out;        
        javax.servlet.http.HttpSession session = request.getSession(true);        
        
        
        try { // error page try block                        response.setContentType("text/html; charset=gb2312");                        out.print("\r\n");            out.print("\r\n");            out.print("\r\n\r\n");            out.print("\r\n");            out.print("\r\n");            out.print("\r\n");            org.pan.web.booksmn book_list = null; //[ /shoperlist.jsp; Line: 8]            book_list = (org.pan.web.booksmn)pageContext.getAttribute("book_list"); //[ /shoperlist.jsp; Line: 8]            if (book_list == null) { // begin 'book_list' instantiation block... //[ /shoperlist.jsp; Line: 8]                { // Don't need to synchronize on page scope //[ /shoperlist.jsp; Line: 8]                    book_list = (org.pan.web.booksmn)pageContext.getAttribute("book_list"); //[ /shoperlist.jsp; Line: 8]                    if (book_list == null) { // begin 'book_list' synchronized instantiation block... //[ /shoperlist.jsp; Line: 8]                        book_list = new org.pan.web.booksmn(); //[ /shoperlist.jsp; Line: 8]                        pageContext.setAttribute("book_list", book_list); //[ /shoperlist.jsp; Line: 8]                    } // end synchronized bean instantiation block... //[ /shoperlist.jsp; Line: 8]                } // end synchronized bean scope block... //[ /shoperlist.jsp; Line: 8]            } // end bean instantiation block... //[ /shoperlist.jsp; Line: 8]            out.print("\r\n");            org.pan.web.bookclasslist classlist = null; //[ /shoperlist.jsp; Line: 9]            classlist = (org.pan.web.bookclasslist)pageContext.getAttribute("classlist"); //[ /shoperlist.jsp; Line: 9]            if (classlist == null) { // begin 'classlist' instantiation block... //[ /shoperlist.jsp; Line: 9]                { // Don't need to synchronize on page scope //[ /shoperlist.jsp; Line: 9]                    classlist = (org.pan.web.bookclasslist)pageContext.getAttribute("classlist"); //[ /shoperlist.jsp; Line: 9]                    if (classlist == null) { // begin 'classlist' synchronized instantiation block... //[ /shoperlist.jsp; Line: 9]                        classlist = new org.pan.web.bookclasslist(); //[ /shoperlist.jsp; Line: 9]                        pageContext.setAttribute("classlist", classlist); //[ /shoperlist.jsp; Line: 9]                    } // end synchronized bean instantiation block... //[ /shoperlist.jsp; Line: 9]                } // end synchronized bean scope block... //[ /shoperlist.jsp; Line: 9]            } // end bean instantiation block... //[ /shoperlist.jsp; Line: 9]            out.print("\r\n");            org.pan.web.purchase shop = null; //[ /shoperlist.jsp; Line: 10]            shop = (org.pan.web.purchase)pageContext.getAttribute("shop"); //[ /shoperlist.jsp; Line: 10]            if (shop == null) { // begin 'shop' instantiation block... //[ /shoperlist.jsp; Line: 10]                { // Don't need to synchronize on page scope //[ /shoperlist.jsp; Line: 10]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -