__confirmdelete.java
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:5k
源码类别:

Java编程

开发平台:

Java

  1. /* compiled from JSP: /ConfirmDelete.jsp
  2. *
  3. * This code was automatically generated at 11:30:06 on 2003-9-3
  4. * by weblogic.servlet.jsp.Jsp2Java -- do not edit.
  5. */
  6. package jsp_servlet;
  7. import java.io.*;
  8. import java.util.*;
  9. import javax.servlet.*;
  10. import javax.servlet.http.*;
  11. import javax.servlet.jsp.*;
  12. import javax.servlet.jsp.tagext.*;
  13. // User imports
  14. // built-in init parameters:
  15. // boolean             _verbose -- wants debugging
  16. // Well-known variables:
  17. // JspWriter out                  -- to write to the browser
  18. // HttpServletRequest  request    -- the request object.
  19. // HttpServletResponse response   -- the response object.
  20. // PageContext pageContext        -- the page context for this JSP
  21. // HttpSession session            -- the session object for the client (if any)
  22. // ServletContext application     -- The servlet (application) context
  23. // ServletConfig config           -- The ServletConfig for this JSP
  24. // Object page                    -- the instance of this page's implementation class (i.e., 'this')
  25. /**
  26. * This code was automatically generated at 11:30:06 on 2003-9-3
  27. * by weblogic.servlet.jsp.Jsp2Java -- do not edit.
  28. *
  29. * Copyright (c) 2003 by BEA Systems, Inc. All Rights Reserved.
  30. */
  31. public final class __confirmdelete
  32. extends
  33. weblogic.servlet.jsp.JspBase
  34. implements weblogic.servlet.jsp.StaleIndicator
  35. {
  36.   
  37.   //[ /ConfirmDelete.jsp; Line: 1]   // Servlet info directive. //[ /ConfirmDelete.jsp; Line: 1]   public String getServletInfo() { //[ /ConfirmDelete.jsp; Line: 1]     return "JavaCamp.com - ConfirmDelete.jsp "; //[ /ConfirmDelete.jsp; Line: 1]   } //[ /ConfirmDelete.jsp; Line: 1]   //[ /ConfirmDelete.jsp; Line: 1]   // 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("/ConfirmDelete.jsp", 1055998062000L, "8.1.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("/ConfirmDelete.jsp", 1055998062000L, "8.1.1.0")) return true;     return false;   }         private static void _writeText(ServletResponse rsp, JspWriter out, String block, byte[] blockBytes) throws IOException {     if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)) {       out.print(block);     } else {       ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);     }    }         private static boolean _hasEncodingChanged(ServletResponse rsp) {     if (_WL_ORIGINAL_ENCODING.equals(rsp.getCharacterEncoding())) {       return false;     }     return true;   }      private static boolean _WL_ENCODED_BYTES_OK = true;      private static final String _WL_ORIGINAL_ENCODING = "GBK";      private static byte[] _getBytes(String block) {     try {       return block.getBytes(_WL_ORIGINAL_ENCODING);     } catch (java.io.UnsupportedEncodingException u) {       _WL_ENCODED_BYTES_OK = false;     }     return null;   }   private final static String _wl_block0 = "rnrn<html>rnrn<body>rnrn<h3> ";   private final static byte[] _wl_block0Bytes = _getBytes(_wl_block0);   private final static String _wl_block1 = " removed! </h3>rnrn<p>rn<center>rn<a href="/Reg/Student.html">Add Another Student classes</a>rn</center>rnrn</body>rn</html>rn";   private final static byte[] _wl_block1Bytes = _getBytes(_wl_block1);   
  38.   
  39.   public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException 
  40.   {  
  41.     
  42.     // declare and set well-known variables:
  43.     javax.servlet.ServletConfig config = getServletConfig();
  44.     javax.servlet.ServletContext application = config.getServletContext();
  45.     javax.servlet.jsp.tagext.Tag _activeTag = null;
  46.     // variables for Tag extension protocol     
  47.     Object page = this;
  48.     javax.servlet.jsp.JspWriter out;
  49.     javax.servlet.jsp.PageContext pageContext =     javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 8192, true);     
  50.     out = pageContext.getOut();     JspWriter _originalOut = out;     
  51.     javax.servlet.http.HttpSession session = request.getSession(true);     
  52.     
  53.     
  54.     try { // error page try block              _writeText(response, out, _wl_block0, _wl_block0Bytes);       out.print(String.valueOf(request.getAttribute("removed") ));  //[ /ConfirmDelete.jsp; Line: 7]       _writeText(response, out, _wl_block1, _wl_block1Bytes);     } catch (Throwable __ee) {       while (out != null && out != _originalOut) out = pageContext.popBody();       ((weblogic.servlet.jsp.PageContextImpl)pageContext).handlePageException((Throwable)__ee);     }          
  55.     //before final close brace...
  56.   }
  57.   
  58.   
  59. }