📄 searchown_0002ejsp_jsp.java
字号:
package own_sum;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class searchOwn_0002ejsp_jsp extends HttpJspBase {
// begin [file="/own_sum/searchOwn.jsp";from=(2,0);to=(2,76)]
// end
// begin [file="/own_sum/searchOwn.jsp";from=(9,0);to=(9,72)]
// end
// begin [file="/own_sum/searchOwn.jsp";from=(10,0);to=(10,76)]
// end
// begin [file="/own_sum/searchOwn.jsp";from=(11,0);to=(11,77)]
// end
// begin [file="/own_sum/searchOwn.jsp";from=(12,0);to=(12,69)]
// end
static {
}
public searchOwn_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(0,49);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(1,32);to=(2,0)]
out.write("\r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(2,0);to=(2,76)]
com.officelog.OffLogBean offLogBean = null;
boolean _jspx_specialoffLogBean = false;
synchronized (pageContext) {
offLogBean= (com.officelog.OffLogBean)
pageContext.getAttribute("offLogBean",PageContext.PAGE_SCOPE);
if ( offLogBean == null ) {
_jspx_specialoffLogBean = true;
try {
offLogBean = (com.officelog.OffLogBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "com.officelog.OffLogBean");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"com.officelog.OffLogBean", exc);
}
pageContext.setAttribute("offLogBean", offLogBean, PageContext.PAGE_SCOPE);
}
}
if(_jspx_specialoffLogBean == true) {
// end
// begin [file="/own_sum/searchOwn.jsp";from=(2,0);to=(2,76)]
}
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(2,76);to=(3,0)]
out.write("\r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(3,2);to=(8,0)]
String txttitle=new String(request.getParameter("title").getBytes("8859_1"),"gb2312");
boolean islogin=offLogBean.searchOwn(request,response,txttitle);
if(!islogin)
response.sendRedirect("default.html");
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(8,2);to=(9,0)]
out.write(" \r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(9,0);to=(9,72)]
java.util.Vector ownList = null;
boolean _jspx_specialownList = false;
synchronized (request) {
ownList= (java.util.Vector)
pageContext.getAttribute("ownList",PageContext.REQUEST_SCOPE);
if ( ownList == null ) {
_jspx_specialownList = true;
try {
ownList = (java.util.Vector) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.util.Vector");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"java.util.Vector", exc);
}
pageContext.setAttribute("ownList", ownList, PageContext.REQUEST_SCOPE);
}
}
if(_jspx_specialownList == true) {
// end
// begin [file="/own_sum/searchOwn.jsp";from=(9,0);to=(9,72)]
}
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(9,72);to=(10,0)]
out.write("\r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(10,0);to=(10,76)]
java.lang.String searchTitle = null;
boolean _jspx_specialsearchTitle = false;
synchronized (request) {
searchTitle= (java.lang.String)
pageContext.getAttribute("searchTitle",PageContext.REQUEST_SCOPE);
if ( searchTitle == null ) {
_jspx_specialsearchTitle = true;
try {
searchTitle = (java.lang.String) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.String");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"java.lang.String", exc);
}
pageContext.setAttribute("searchTitle", searchTitle, PageContext.REQUEST_SCOPE);
}
}
if(_jspx_specialsearchTitle == true) {
// end
// begin [file="/own_sum/searchOwn.jsp";from=(10,0);to=(10,76)]
}
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(10,76);to=(11,0)]
out.write("\r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(11,0);to=(11,77)]
java.lang.String managerReply = null;
boolean _jspx_specialmanagerReply = false;
synchronized (request) {
managerReply= (java.lang.String)
pageContext.getAttribute("managerReply",PageContext.REQUEST_SCOPE);
if ( managerReply == null ) {
_jspx_specialmanagerReply = true;
try {
managerReply = (java.lang.String) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.String");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"java.lang.String", exc);
}
pageContext.setAttribute("managerReply", managerReply, PageContext.REQUEST_SCOPE);
}
}
if(_jspx_specialmanagerReply == true) {
// end
// begin [file="/own_sum/searchOwn.jsp";from=(11,0);to=(11,77)]
}
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(11,77);to=(12,0)]
out.write("\r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(12,0);to=(12,69)]
java.lang.String path = null;
boolean _jspx_specialpath = false;
synchronized (request) {
path= (java.lang.String)
pageContext.getAttribute("path",PageContext.REQUEST_SCOPE);
if ( path == null ) {
_jspx_specialpath = true;
try {
path = (java.lang.String) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "java.lang.String");
} catch (ClassNotFoundException exc) {
throw new InstantiationException(exc.getMessage());
} catch (Exception exc) {
throw new ServletException (" Cannot create bean of class "+"java.lang.String", exc);
}
pageContext.setAttribute("path", path, PageContext.REQUEST_SCOPE);
}
}
if(_jspx_specialpath == true) {
// end
// begin [file="/own_sum/searchOwn.jsp";from=(12,0);to=(12,69)]
}
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(12,69);to=(14,0)]
out.write("\r\n\r\n");
// end
// begin [file="/own_sum/searchOwn.jsp";from=(14,2);to=(26,0)]
String ownid="";
String reply1="";
String reply2="";
String title="";
String partid="";
String author="";
String userid="";
String dateandtime="";
String state="";
int allSearch=ownList.size();
// end
// HTML // begin [file="/own_sum/searchOwn.jsp";from=(26,2);to=(45,10)]
out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title></title>\r\n<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 3.0\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../conn/style.css\">\r\n</head>\r\n<body>\r\n<div align=\"center\"><center>\r\n<table border=\"0\" width=\"92%\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <td width=\"100%\"><p align=\"center\"><br>\r\n 涓
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -