deletearticle_005fdo_jsp.java
资源名称:bangong.rar [点击查看]
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:3k
源码类别:
OA系统
开发平台:
Java
- package org.apache.jsp;
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import java.sql.*;
- import java.lang.*;
- public final class deletearticle_005fdo_jsp extends org.apache.jasper.runtime.HttpJspBase
- implements org.apache.jasper.runtime.JspSourceDependent {
- private static java.util.Vector _jspx_dependants;
- public java.util.List getDependants() {
- return _jspx_dependants;
- }
- public void _jspService(HttpServletRequest request, HttpServletResponse response)
- throws java.io.IOException, ServletException {
- JspFactory _jspxFactory = null;
- PageContext pageContext = null;
- HttpSession session = null;
- ServletContext application = null;
- ServletConfig config = null;
- JspWriter out = null;
- Object page = this;
- JspWriter _jspx_out = null;
- PageContext _jspx_page_context = null;
- try {
- _jspxFactory = JspFactory.getDefaultFactory();
- response.setContentType("text/html; charset=GBK");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- null, true, 8192, true);
- _jspx_page_context = pageContext;
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- _jspx_out = out;
- out.write('r');
- out.write('n');
- request.setCharacterEncoding("gbk");
- out.write('r');
- out.write('n');
- control.sqlcontrol sql = null;
- synchronized (_jspx_page_context) {
- sql = (control.sqlcontrol) _jspx_page_context.getAttribute("sql", PageContext.PAGE_SCOPE);
- if (sql == null){
- sql = new control.sqlcontrol();
- _jspx_page_context.setAttribute("sql", sql, PageContext.PAGE_SCOPE);
- }
- }
- out.write("rn");
- out.write("<html>rn");
- out.write("<head>rn");
- out.write("<title>rn");
- out.write("deletearticle_dorn");
- out.write("</title>rn");
- out.write("</head>rn");
- out.write("<body bgcolor="#ffffff">rn");
- try{
- sql.getSQL2005conn("dbconfig.xml");
- String id = request.getParameter("deleteid");
- String p = request.getParameter("page");
- String bm = request.getParameter("bm");
- if(bm!=null){
- bm ="?bm="+bm;
- }else{
- bm=" ";
- }
- sql.AutoDeleteUpdate("article","id="+id+"");
- response.sendRedirect(p+".jsp"+bm);
- }catch(Exception ex){
- ex.printStackTrace();
- }
- out.write("rn");
- out.write("</body>rn");
- out.write("</html>rn");
- } catch (Throwable t) {
- if (!(t instanceof SkipPageException)){
- out = _jspx_out;
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
- }
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
- }
- }
- }