📄 _loginfalse.java
字号:
/*@lineinfo:filename=/LoginFalse.jsp*/
/*@lineinfo:generated-code*/
import oracle.jsp.runtime.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import Model_PetType.*;
import Model_CartItem.*;
import javax.servlet.http.HttpSession;
import java.util.Collection;
import java.util.Iterator;
public class _LoginFalse 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=GB2312");
/* 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();
_LoginFalse 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]);
/*@lineinfo:user-code*//*@lineinfo:60^23*/ HttpSession hs1=request.getSession(); if(hs1.getAttribute("cart")==null) { hs1.setAttribute("cart",new CartItemBean()); } CartItemBean cib1=(CartItemBean)hs1.getAttribute("cart"); int Count1=cib1.AllCount(); double Sum1=cib1.AllSum();
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[6]);
/*@lineinfo:user-code*//*@lineinfo:70^28*/ out.print(Count1);
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[7]);
/*@lineinfo:user-code*//*@lineinfo:71^28*/ out.print(Sum1);
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[8]);
/*@lineinfo:user-code*//*@lineinfo:80^21*/ PetTypeBean ptb=new PetTypeBean(); Collection col=ptb.SelectPetType(); Iterator ita=col.iterator(); while (ita.hasNext()) { PetType pt=(PetType)ita.next(); String n=pt.getPetTypeName();
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[9]);
/*@lineinfo:user-code*//*@lineinfo:90^51*/ out.print(n);
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[10]);
/*@lineinfo:user-code*//*@lineinfo:91^21*/ }
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[11]);
}
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[12][];
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<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GB2312\">\n <title>untitled</title>\n </head>\n <body>\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" height=\"100%\">\n <tr>\n <td width=\"36%\">\n <img src=\"E:\\学习\\JSPPetShop\\Image\\logo.gif\" width=\"202\" height=\"61\"/>\n </td>\n <td width=\"64%\"> </td>\n </tr>\n <tr>\n <td colspan=\"2\"> </td>\n </tr>\n <tr style=\"font-size:x-small;\">\n <td width=\"29%\" colspan=\"2\">\n <form action=\"userlogin\" method=\"post\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\n <tr>\n <td width=\"21%\" align=\"right\" style=\"font-size:x-small;\">用户名:</td>\n <td width=\"19%\" align=\"left\" style=\"font-size:x-small;\">\n <input type=\"text\" name=\"LoginID\" maxlength=\"10\" size=\"10\"/>\n </td>\n <td width=\"11%\" align=\"right\" style=\"font-size:x-small;\">密码:</td>\n <td width=\"20%\" align=\"left\" style=\"font-size:x-small;\">\n <input type=\"text\" name=\"Pwd\" maxlength=\"20\" size=\"10\"/>\n </td>\n <td width=\"8%\" style=\"font-size:x-small;\">\n <input type=\"submit\" value=\"登录\"/>\n </td>\n <td width=\"9%\" align=\"right\" style=\"font-size:x-small;\">\n <a href=\"AddCustomer.jsp\">注册</a>\n </td>\n <td width=\"12%\"> </td>\n </tr>\n </table>\n </form>\n </td>\n </tr>\n <tr>\n <td width=\"36%\" colspan=\"2\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\n <tr>\n <td width=\"23%\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"1\" width=\"100%\">\n <tr>\n <td align=\"center\" bgcolor=\"Red\">我的购物车状态</td>\n </tr>\n <tr style=\"font-size:x-small;\">\n <td height=\"80\" style=\"border-color:rgb(255,0,0);\" align=\"center\" valign=\"top\">\n <P align=\"center\"> </P>\n ".toCharArray();
__oracle_jsp_text[6] =
"\n <p>您有".toCharArray();
__oracle_jsp_text[7] =
"种商品在购物车中</p>\n <p>总计".toCharArray();
__oracle_jsp_text[8] =
"¥</p>\n <p><a href=\"ShowCart.jsp\">查看购物车</a></p>\n </td>\n </tr>\n <tr>\n <td align=\"center\" bgcolor=\"Red\">网站商品架</td>\n </tr>\n <tr style=\"font-size:x-small;\">\n <td align=\"center\" valign=\"top\" style=\"border-color:rgb(255,0,0);\">\n ".toCharArray();
__oracle_jsp_text[9] =
"\n <br>\n <a href=\"AddPetInfo.jsp\">".toCharArray();
__oracle_jsp_text[10] =
"</a>\n ".toCharArray();
__oracle_jsp_text[11] =
"\n </br>\n </td>\n </tr>\n </table>\n </td>\n <td width=\"77%\" valign=\"top\" align=\"center\">\n <p>对不起,您目前还不是本网站的注册用户,请注册\n </p>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </body>\n</html>\n\n\n".toCharArray();
}
catch (Throwable th) {
System.err.println(th);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -