📄 signin_jsp.java
字号:
package org.apache.jsp.security;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class signin_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(6);
_jspx_dependants.add("/WEB-INF/struts-html.tld");
_jspx_dependants.add("/WEB-INF/struts-logic.tld");
_jspx_dependants.add("/WEB-INF/struts-bean.tld");
_jspx_dependants.add("/security/../include/head.inc");
_jspx_dependants.add("/security/../include/menubar.inc");
_jspx_dependants.add("/security/../include/copyright.inc");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_html;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_base_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_message_key_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_img_width_page_height_border_alt_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_notPresent_scope_property_name;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_link_page;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_present_scope_property_name;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_write_scope_property_name_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_present_scope_name;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_write_scope_property_name_format_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_notPresent_scope_name;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_errors_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_img_width_src_height_border_alt_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_onsubmit_method_action;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_value_size_property_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_password_value_size_property_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_html_html = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_base_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_bean_message_key_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_img_width_page_height_border_alt_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_notPresent_scope_property_name = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_link_page = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_present_scope_property_name = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_bean_write_scope_property_name_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_present_scope_name = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_bean_write_scope_property_name_format_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_notPresent_scope_name = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_errors_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_img_width_src_height_border_alt_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_form_onsubmit_method_action = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_text_value_size_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_password_value_size_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_html_html.release();
_jspx_tagPool_html_base_nobody.release();
_jspx_tagPool_bean_message_key_nobody.release();
_jspx_tagPool_html_img_width_page_height_border_alt_nobody.release();
_jspx_tagPool_logic_notPresent_scope_property_name.release();
_jspx_tagPool_html_link_page.release();
_jspx_tagPool_logic_present_scope_property_name.release();
_jspx_tagPool_bean_write_scope_property_name_nobody.release();
_jspx_tagPool_logic_present_scope_name.release();
_jspx_tagPool_bean_write_scope_property_name_format_nobody.release();
_jspx_tagPool_logic_notPresent_scope_name.release();
_jspx_tagPool_html_errors_nobody.release();
_jspx_tagPool_html_img_width_src_height_border_alt_nobody.release();
_jspx_tagPool_html_form_onsubmit_method_action.release();
_jspx_tagPool_html_text_value_size_property_nobody.release();
_jspx_tagPool_html_password_value_size_property_nobody.release();
}
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");
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\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
if (_jspx_meth_html_html_0(_jspx_page_context))
return;
out.write('\r');
out.write('\n');
} 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);
}
}
private boolean _jspx_meth_html_html_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:html
org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = (org.apache.struts.taglib.html.HtmlTag) _jspx_tagPool_html_html.get(org.apache.struts.taglib.html.HtmlTag.class);
_jspx_th_html_html_0.setPageContext(_jspx_page_context);
_jspx_th_html_html_0.setParent(null);
int _jspx_eval_html_html_0 = _jspx_th_html_html_0.doStartTag();
if (_jspx_eval_html_html_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("<head>\r\n");
if (_jspx_meth_html_base_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("<title>");
if (_jspx_meth_bean_message_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</title>\r\n");
out.write("<script language=\"javascript\" src=\"../include/scripts.js\"></script>\r\n");
out.write("<link rel=\"stylesheet\" href=\"../stylesheets/format_win_nav_main.css\"\r\n");
out.write("\ttype=\"text/css\">\r\n");
out.write("</head>\r\n");
out.write("\r\n");
out.write("<body topmargin=\"0\" leftmargin=\"0\" bgcolor=\"#FFFFFF\">\r\n");
out.write("\r\n");
out.write("<!-- Header Page Information -->\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#FFFFFF\">\r\n");
out.write(" <tr><td colspan=\"11\">");
if (_jspx_meth_html_img_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</td></tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"10\">");
if (_jspx_meth_html_img_1(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</td>\r\n");
out.write(" <td width=\"125\"><a href=\"javascript:popUpMenu('http://jakarta.apache.org/struts','Struts')\">\r\n");
out.write(" ");
if (_jspx_meth_html_img_2(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</a></td>\r\n");
out.write(" <td width=\"110\">");
if (_jspx_meth_html_img_3(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</td>\r\n");
out.write(" <td width=\"240\" align=\"right\" valign=\"bottom\" nowrap>\r\n");
out.write(" <table width=\"240\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n");
out.write("\t<tr>\r\n");
out.write(" \t <td colspan=\"2\" align=\"left\" valign=\"top\" nowrap>\r\n");
out.write("\t <font face=\"Verdana, Arial, Helvetica\" size=\"2\"><span class=\"H1\">\t \r\n");
out.write("\t ");
if (_jspx_meth_logic_notPresent_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t \r\n");
out.write("\t ");
if (_jspx_meth_logic_present_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\t \r\n");
out.write("\t \r\n");
out.write("\t </span></font>\r\n");
out.write("\t </td>\r\n");
out.write(" </tr>\r\n");
out.write("\t<tr>\r\n");
out.write("\t <td align=\"left\" valign=\"top\" nowrap>\r\n");
out.write("\t <font face=\"Verdana, Arial, Helvetica\" size=\"2\"><span class=\"H1Description\">\r\n");
out.write("\t Items in shopping cart: <b>\r\n");
out.write("\t \r\n");
out.write("\t ");
if (_jspx_meth_logic_present_1(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\t \r\n");
out.write("\t \r\n");
out.write("\t ");
if (_jspx_meth_logic_notPresent_1(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\t \r\n");
out.write("\t \r\n");
out.write("\t </span></font>\r\n");
out.write("\t</td>\r\n");
out.write("\t<td width=\"35\" align=\"right\" valign=\"bottom\">\r\n");
out.write("\t ");
if (_jspx_meth_html_link_2(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t <br>\r\n");
out.write("\t</td>\r\n");
out.write(" </tr>\r\n");
out.write("\t</table>\r\n");
out.write(" </td>\t\t\r\n");
out.write(" <td width=\"78\"></td>\t\t\r\n");
out.write(" <td width=\"100%\"></td>\r\n");
out.write("\t</tr>\r\n");
out.write("</table>");
out.write("\r\n");
out.write("\r\n");
out.write("<!-- Nav Bar -->\r\n");
out.write("<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"135\" bgcolor=\"#EEFFFF\" nowrap><nobr>\r\n");
out.write(" ");
if (_jspx_meth_html_img_5(_jspx_th_html_html_0, _jspx_page_context))
return true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -