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

📄 __index.java

📁 税务端受理系统java版 增值税网上认证
💻 JAVA
字号:
/* compiled from JSP: /index.jsp
*
* This code was automatically generated at 14:14:06 on 2005-11-23
* 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 14:14:06 on 2005-11-23
* by weblogic.servlet.jsp.Jsp2Java -- do not edit.
*
* Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/
public final class __index
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("/index.jsp", 1105931616000L, "WebLogic Server 7.0  Thu Apr 25 17:16:22 PDT 2002 180709 ")) return true;        return false;    }        public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {        java.io.File f = null;        long lastModWhenBuilt = 0L;        if (sci.isResourceStale("/index.jsp", 1105931616000L, "WebLogic Server 7.0  Thu Apr 25 17:16:22 PDT 2002 180709 ")) 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);        
        out = pageContext.getOut();        JspWriter _originalOut = out;        
        javax.servlet.http.HttpSession session = request.getSession(true);        
        
        
        try { // error page try block                        out.print("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\r\n<HTML>\r\n  <HEAD>\r\n    <TITLE>Default BEA WebLogic Server Web Server Index Page</TITLE>\r\n    <META http-equiv=Content-Type content=text/html;CHARSET=iso-8859-1>\r\n    <META content=\"BEA WebLogic Server\" name=description>\r\n    <META content=\"BEA WebLogic Server\" name=keywords>\r\n    <META content=\"MSHTML 6.00.2600.0\" name=GENERATOR>\r\n  </HEAD>\r\n<BODY vLink=#9999cc aLink=#0000cc link=#3366cc bgColor=#ffffff><div align=\"center\">\r\n\r\n");            //[ /index.jsp; Line: 12]            String url = "http://" + request.getServerName() + ":" + request.getServerPort(); //[ /index.jsp; Line: 13]            out.print("\r\n\r\n<table cellpadding=0 cellspacing=0 border=0 width=95%>\r\n<tr>\r\n<td><!-- CONTENT  -->\r\n<img src=\"images/header_index.gif\" width=\"495\" height=\"49\" alt=\"\" border=\"0\">\r\n<P> You are currently running the WebLogic Server Code Examples \r\nconfiguration. See the <A\r\nhref=\"file:///D:/bea/weblogic700/samples/server/src/examples/overview-summary.html\"><B>WebLogic \r\nServer Code Examples Index</B></A> located in the samples/examples directory of \r\nyour WebLogic Server distribution for instructions on how to run the examples. \r\n<P><img src=\"images/bullet.gif\" width=\"14\" height=\"14\" alt=\"\" border=\"0\" hspace=5 align=middle> To run a set of preconfigured examples out-of-the-box, see <A \r\nhref=\"");            out.print(String.valueOf(url));  //[ /index.jsp; Line: 26]            out.print("/examplesWebApp/index.jsp\"><B>WebLogic Server \r\nOut-of-the-Box Examples Index</B></A>. \r\n<P><img src=\"images/bullet.gif\" width=\"14\" height=\"14\" alt=\"\" border=\"0\" hspace=5 align=middle>Visit the <A  \r\nhref=\"http://www.bea.com/\"><B>BEA Systems, Inc.</B></A> web site to learn more \r\nabout how BEA WebLogic Server and the BEA WebLogic E-Business Platform provide \r\nyou with the essential infrastructure for building an integrated e-business. \r\n<BR><BR><img src=\"images/built_on_bea.gif\" width=\"87\" height=\"30\" alt=\"\" border=\"0\" align=left>\r\n Use the Built on BEA logo on all your WebLogic Server applications. \r\nFor more information on becoming a BEA Partner, see <A  \r\nhref=\"http://www.beasys.com/partners/index.html\"><B>Partner with the Market \r\nLeader</B>.</A> <BR><BR>\r\n<p><font size=-2>*Note: The WebLogic Tour and related examples documentation must be run from the machine where you installed WebLogic server. Access \r\n            is prohibited to certain files if you are accessing the tour remotely.</font><!-- FOOTER ");            out.print("-->\r\n</td></tr>\r\n<tr><td bgcolor=#DDDDDD><img src=\"images/transparent.gif\" width=\"300\" height=\"1\" alt=\"\" border=\"0\"></td></tr>\r\n<tr><td>\r\n<BR>\r\n<span class=\"copyright\">?2002, BEA Systems, Inc. All rights reserved. </span>\r\n</td></tr></table></BODY></HTML>\r\n");        } catch (Throwable __ee) {            while (out != null && out != _originalOut) out = pageContext.popBody();            ((weblogic.servlet.jsp.PageContextImpl)pageContext).handlePageException((Throwable)__ee);        }                
        //before final close brace...
    }
    
    
}

⌨️ 快捷键说明

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