📄 _displaymessage.java
字号:
/*@lineinfo:filename=/displayMessage.jsp*/
/*@lineinfo:generated-code*/
import oracle.jsp.runtime.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import to.model.*;
import java.util.*;
import to.model.Login.*;
import to.model.Message.*;
public class _displayMessage extends com.orionserver.http.OrionHttpJspPage {
public final String _globalsClassName = null;
// ** Begin Declarations
// ** End Declarations
public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
response.setContentType( "text/html;charset=GBK");
/* set up the intrinsic variables using the pageContext goober:
** session = HttpSession
** application = ServletContext
** out = JspWriter
** page = this
** config = ServletConfig
** all session/app beans declared in globals.jsa
*/
PageContext pageContext = JspFactory.getDefaultFactory().getPageContext( this, request, response, null, true, JspWriter.DEFAULT_BUFFER, true);
// Note: this is not emitted if the session directive == false
HttpSession session = pageContext.getSession();
if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) {
pageContext.setAttribute(OracleJspRuntime.JSP_PAGE_DONTNOTIFY, "true", PageContext.PAGE_SCOPE);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
return;
}
int __jsp_tag_starteval;
ServletContext application = pageContext.getServletContext();
JspWriter out = pageContext.getOut();
_displayMessage page = this;
ServletConfig config = pageContext.getServletConfig();
try {
// global beans
// end global beans
out.write(__oracle_jsp_text[0]);
out.write(__oracle_jsp_text[1]);
out.write(__oracle_jsp_text[2]);
out.write(__oracle_jsp_text[3]);
out.write(__oracle_jsp_text[4]);
out.write(__oracle_jsp_text[5]);
out.write(__oracle_jsp_text[6]);
out.write(__oracle_jsp_text[7]);
/*@lineinfo:user-code*//*@lineinfo:27^7*/ loginItem li=(loginItem)session.getAttribute("user"); if(li==null) { response.sendRedirect("OfficeLogin.jsp"); }
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[8]);
/*@lineinfo:user-code*//*@lineinfo:50^9*/ try { MessageBean mb=new MessageBean(); Collection cl=(Collection)mb.getMessage(li.getPeopleID()); Iterator it=cl.iterator(); while(it.hasNext()) { MessageItem mi=(MessageItem)it.next();
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[9]);
/*@lineinfo:user-code*//*@lineinfo:61^56*/ out.print(mi.getMessageName());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[10]);
/*@lineinfo:user-code*//*@lineinfo:62^56*/ out.print(mi.getMessageD());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[11]);
/*@lineinfo:user-code*//*@lineinfo:63^56*/ out.print(mi.getMessageS());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[12]);
/*@lineinfo:user-code*//*@lineinfo:64^56*/ out.print(mi.getMessageMail());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[13]);
/*@lineinfo:user-code*//*@lineinfo:65^56*/ out.print(mi.getMessageAddr());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[14]);
/*@lineinfo:user-code*//*@lineinfo:66^131*/ out.print(mi.getMessageID());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[15]);
/*@lineinfo:user-code*//*@lineinfo:66^252*/ out.print(mi.getMessageID());
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[16]);
/*@lineinfo:user-code*//*@lineinfo:68^21*/ } } catch(Exception e) { e.printStackTrace(); }
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[17]);
}
catch( Throwable e) {
try {
if (out != null) out.clear();
}
catch( Exception clearException) {
}
pageContext.handlePageException( e);
}
finally {
OracleJspRuntime.extraHandlePCFinally(pageContext,false);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private static final char __oracle_jsp_text[][]=new char[18][];
static {
try {
__oracle_jsp_text[0] =
"\n".toCharArray();
__oracle_jsp_text[1] =
"\n".toCharArray();
__oracle_jsp_text[2] =
"\n".toCharArray();
__oracle_jsp_text[3] =
"\n".toCharArray();
__oracle_jsp_text[4] =
"\n".toCharArray();
__oracle_jsp_text[5] =
"\n".toCharArray();
__oracle_jsp_text[6] =
"\n".toCharArray();
__oracle_jsp_text[7] =
"\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\">\n <title>通讯信息浏览</title>\n <style type=\"text/css\">\n table{font-size:13px}\n <!--\n a:link { text-decoration: none;color: black} \n a:active { text-decoration:blink;} \n \n a:hover {text-decoration: underline;position: relative; top: 3px; left: 3px; color: red} \n a:visited { text-decoration:none;color: black} \n -->\n </style>\n </head>\n <body>\n <form action=\"FindMessageAction.do\" method=\"get\">\n <table cellspacing=\"1\" cellpadding=\"1\" border=\"0\" width=\"800\" align=\"center\">\n ".toCharArray();
__oracle_jsp_text[8] =
"\n \n <tr>\n <td colspan=\"6\" height=\"1\"><hr/></td>\n </tr>\n <tr>\n <th colspan=\"5\" align=\"center\">已有通讯信息列表</th>\n <td colspan=\"1\" align=\"center\" width=\"113\"><font color=\"Red\"><img src=\"image/arr.gif\"/><a href=\"newMessage.jsp\"/>添加新通讯</font></td>\n </tr>\n <tr bgcolor=\"#006699\">\n <th width=\"133\" align=\"center\"><font color=\"White\">姓名</font></th>\n <th width=\"133\" align=\"center\"><font color=\"White\">联系电话</font></th>\n <th width=\"133\" align=\"center\"><font color=\"White\">移动电话</font></th>\n <th width=\"133\" align=\"center\"><font color=\"White\">E-Mail</font></th>\n <th width=\"133\" align=\"center\"><font color=\"White\">地址</font></th>\n <th width=\"133\" align=\"center\"><font color=\"White\">操作</font></th>\n </tr>\n ".toCharArray();
__oracle_jsp_text[9] =
"\n <tr bgcolor=\"#ddddee\">\n <td width=\"133\" align=\"center\">".toCharArray();
__oracle_jsp_text[10] =
"</td>\n <td width=\"133\" align=\"center\">".toCharArray();
__oracle_jsp_text[11] =
"</td>\n <td width=\"133\" align=\"center\">".toCharArray();
__oracle_jsp_text[12] =
"</td>\n <td width=\"133\" align=\"center\">".toCharArray();
__oracle_jsp_text[13] =
"</td>\n <td width=\"133\" align=\"center\">".toCharArray();
__oracle_jsp_text[14] =
"</td>\n <td width=\"133\" align=\"center\"><font color=\"Blue\"><img src=\"image/arr.gif\"/><a href=\"updateMessage.jsp?id=".toCharArray();
__oracle_jsp_text[15] =
"\">修改</a> <img src=\"image/arr.gif\"/><a href=\"DeleteMessageAction.do?id=".toCharArray();
__oracle_jsp_text[16] =
"\">删除</a></font></td>\n </tr>\n ".toCharArray();
__oracle_jsp_text[17] =
"\n <tr>\n <td colspan=\"6\" height=\"1\" >输入姓名:<input type=\"text\" name=\"MessageName\"/><input type=\"submit\" value=\"搜索\"/></td>\n </tr>\n <tr>\n <td colspan=\"6\" height=\"1\"><hr/></td>\n </tr>\n </table>\n </form>\n </body>\n</html>\n".toCharArray();
}
catch (Throwable th) {
System.err.println(th);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -