📄 _index__jsp.java
字号:
/*
* JSP generated by Resin-3.1.1 (built Mon, 07 May 2007 09:32:40 PDT)
*/
package _jsp;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
public class _index__jsp extends com.caucho.jsp.JavaPage
{
private static final java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap = new java.util.HashMap<String,java.lang.reflect.Method>();
private boolean _caucho_isDead;
public void
_jspService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException
{
javax.servlet.http.HttpSession session = request.getSession(true);
com.caucho.server.webapp.WebApp _jsp_application = _caucho_getApplication();
javax.servlet.ServletContext application = _jsp_application;
com.caucho.jsp.PageContextImpl pageContext = com.caucho.jsp.QJspFactory.allocatePageContext(this, _jsp_application, request, response, null, session, 8192, true, false);
javax.servlet.jsp.JspWriter out = pageContext.getOut();
final javax.el.ELContext _jsp_env = pageContext.getELContext();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
response.setContentType("text/html;charset=gb2312");
request.setCharacterEncoding("GB2312");
com.opensymphony.webwork.views.jsp.IfTag _jsp_IfTag_0 = null;
com.opensymphony.webwork.views.jsp.PropertyTag _jsp_PropertyTag_1 = null;
com.opensymphony.webwork.views.jsp.PropertyTag _jsp_PropertyTag_2 = null;
try {
out.write(_jsp_string0, 0, _jsp_string0.length);
if (_jsp_IfTag_0 == null) {
_jsp_IfTag_0 = new com.opensymphony.webwork.views.jsp.IfTag();
_jsp_IfTag_0.setPageContext(pageContext);
_jsp_IfTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_IfTag_0.setTest("fieldErrors['name']!= null");
int _jspEval2 = _jsp_IfTag_0.doStartTag();
if (_jspEval2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
out.write(_jsp_string1, 0, _jsp_string1.length);
if (_jsp_PropertyTag_1 == null) {
_jsp_PropertyTag_1 = new com.opensymphony.webwork.views.jsp.PropertyTag();
_jsp_PropertyTag_1.setPageContext(pageContext);
_jsp_PropertyTag_1.setParent((javax.servlet.jsp.tagext.Tag) _jsp_IfTag_0);
}
_jsp_PropertyTag_1.setValue("fieldErrors['name']");
_jsp_PropertyTag_1.doStartTag();
out.write(_jsp_string2, 0, _jsp_string2.length);
}
_jsp_IfTag_0.doEndTag();
out.write(_jsp_string3, 0, _jsp_string3.length);
_jsp_IfTag_0.setTest("fieldErrors['password']!= null");
int _jspEval10 = _jsp_IfTag_0.doStartTag();
if (_jspEval10 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
out.write(_jsp_string4, 0, _jsp_string4.length);
if (_jsp_PropertyTag_1 == null) {
_jsp_PropertyTag_1 = new com.opensymphony.webwork.views.jsp.PropertyTag();
_jsp_PropertyTag_1.setPageContext(pageContext);
_jsp_PropertyTag_1.setParent((javax.servlet.jsp.tagext.Tag) _jsp_IfTag_0);
}
_jsp_PropertyTag_1.setValue("fieldErrors['password']");
_jsp_PropertyTag_1.doStartTag();
out.write(_jsp_string2, 0, _jsp_string2.length);
}
_jsp_IfTag_0.doEndTag();
out.write(_jsp_string3, 0, _jsp_string3.length);
_jsp_IfTag_0.setTest("fieldErrors['flag']!= null");
int _jspEval18 = _jsp_IfTag_0.doStartTag();
if (_jspEval18 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
out.write(_jsp_string4, 0, _jsp_string4.length);
if (_jsp_PropertyTag_1 == null) {
_jsp_PropertyTag_1 = new com.opensymphony.webwork.views.jsp.PropertyTag();
_jsp_PropertyTag_1.setPageContext(pageContext);
_jsp_PropertyTag_1.setParent((javax.servlet.jsp.tagext.Tag) _jsp_IfTag_0);
}
_jsp_PropertyTag_1.setValue("fieldErrors['flag']");
_jsp_PropertyTag_1.doStartTag();
out.write(_jsp_string2, 0, _jsp_string2.length);
}
_jsp_IfTag_0.doEndTag();
out.write(_jsp_string5, 0, _jsp_string5.length);
if (_jsp_PropertyTag_2 == null) {
_jsp_PropertyTag_2 = new com.opensymphony.webwork.views.jsp.PropertyTag();
_jsp_PropertyTag_2.setPageContext(pageContext);
_jsp_PropertyTag_2.setParent((javax.servlet.jsp.tagext.Tag) null);
_jsp_PropertyTag_2.setValue("");
}
_jsp_PropertyTag_2.doStartTag();
out.write(_jsp_string6, 0, _jsp_string6.length);
String smt=request.getParameter("Submit");
if(smt!=null)
{
session.setAttribute("name","");
session.setAttribute("password","");
}
out.write(_jsp_string7, 0, _jsp_string7.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
if (_jsp_IfTag_0 != null)
_jsp_IfTag_0.release();
if (_jsp_PropertyTag_1 != null)
_jsp_PropertyTag_1.release();
if (_jsp_PropertyTag_2 != null)
_jsp_PropertyTag_2.release();
com.caucho.jsp.QJspFactory.freePageContext(pageContext);
}
}
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public java.util.ArrayList _caucho_getDependList()
{
return _caucho_depends;
}
public void _caucho_addDepend(com.caucho.vfs.PersistentDependency depend)
{
super._caucho_addDepend(depend);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
}
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.server.util.CauchoSystem.getVersionId() != -6891698089151209809L)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Dependency depend;
depend = (com.caucho.vfs.Dependency) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public java.util.HashMap<String,java.lang.reflect.Method> _caucho_getFunctionMap()
{
return _jsp_functionMap;
}
public void init(ServletConfig config)
throws ServletException
{
com.caucho.server.webapp.WebApp webApp
= (com.caucho.server.webapp.WebApp) config.getServletContext();
super.init(config);
com.caucho.jsp.TaglibManager manager = webApp.getJspApplicationContext().getTaglibManager();
manager.addTaglibFunctions(_jsp_functionMap, "ww", "webwork");com.caucho.jsp.PageContextImpl pageContext = new com.caucho.jsp.PageContextImpl(webApp, this);
}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.server.util.CauchoSystem.getResinHome();
com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
mergePath.addMergePath(appDir);
mergePath.addMergePath(resinHome);
com.caucho.loader.DynamicClassLoader loader;
loader = (com.caucho.loader.DynamicClassLoader) getClass().getClassLoader();
String resourcePath = loader.getResourcePathSpecificFirst();
mergePath.addClassPath(resourcePath);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("index.jsp"), 872318525893025172L, false);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
depend = new com.caucho.vfs.Depend(mergePath.lookup("/META-INF/taglib.tld"), -2122541413036278942L, false);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.opensymphony.webwork.views.jsp.PropertyTag.class, -5963441192859368467L));
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.opensymphony.webwork.views.jsp.IfTag.class, 8486472651827040638L));
}
static {
try {
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}
private final static char []_jsp_string0;
private final static char []_jsp_string5;
private final static char []_jsp_string2;
private final static char []_jsp_string3;
private final static char []_jsp_string6;
private final static char []_jsp_string4;
private final static char []_jsp_string7;
private final static char []_jsp_string1;
static {
_jsp_string0 = "\r\n\r\n<html>\r\n<head>\r\n<title>::::::::\u767b\u9646::::::::</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n\r\n\r\n<body background=\"186.jpg\">\r\n<!--\u5bf9\u7528\u6237\u540d\u4ee5\u53ca\u5bc6\u7801\u8fdb\u884c\u52a0\u5bc6-->\r\n<script language=\"javascript\">\r\n<!--\r\nflag=0\r\nflag2=0\r\n-->\r\n</script>\r\n<!--\u52a0\u5165\u5bc6\u7801\u8868\u6587\u4ef6-->\r\n<script language=\"javascript\" src=\"patable.js\">\r\n</script>\r\n<script language=\"javascript\">\r\n<!--\r\nfunction Validate()\r\n{\r\n //\u628a\u8f93\u5165\u7684\u503c\u4f20\u7ed9\u53d8\u91cf\r\n menber = document.frm.name.value\r\n pass=document.frm.password.value\r\n Catalogue()\r\n}\r\n-->\r\n</script>\r\n<div align=\"center\">\r\n <table width=\"615\" height=\"363\" border=\"0\" align=\"center\" cellpadding=\"1\" cellspacing=\"1\">\r\n <tr>\r\n <td width=\"611\" height=\"104\" background=\"186.jpg\" bgcolor=\"#FFFFFF\"><div align=\"left\">\r\n <p align=\"center\"><strong><font color=\"#000080\" size=\"7\" face=\"\u534e\u6587\u6977\u4f53\">\u667a\u80fd\u4e60\u9898\u7ec3\u4e60\u7cfb\u7edf</font></strong></p>\r\n </div></td>\r\n </tr>\r\n <tr>\r\n <td height=\"256\" background=\"186.jpg\" bgcolor=\"#CCFFCC\">\r\n <form action=\"login.action\" method=\"post\" name=\"frm\" onSubmit=\"Validate()\">\r\n <center>".toCharArray();
_jsp_string5 = "</center>\r\n <div align=\"right\">\r\n <table width=\"273\" height=\"140\" border=\"0\" cellpadding=\"1\" cellspacing=\"1\">\r\n <tr>\r\n <td width=\"61\" height=\"48\"><div align=\"center\"><font color=\"#FF0000\">\u7c7b \u522b:</font></div></td>\r\n <td width=\"205\"><div align=\"center\">\r\n <select name=\"lixbox\" size=1 >\r\n <option value=\"0\">::::\u8bf7\u8f93\u5165\u6743\u9650::::</option>\r\n <option value=\"1\">\u7ba1 \u7406 \u5458</option>\r\n <option value=\"2\"> \u5b66 \u751f</option>\r\n </select>\r\n </div></td>\r\n </tr>\r\n <tr>\r\n <td><div align=\"center\"><font color=\"#FF0000\">\u7528\u6237\u540d:</font></div></td>\r\n <td><div align=\"center\">\r\n <input type=\"text\" name=\"name\" size=20 value=\"".toCharArray();
_jsp_string2 = "\r\n </font>\r\n".toCharArray();
_jsp_string3 = "\r\n".toCharArray();
_jsp_string6 = "\r\n\"/> </div></td>\r\n </tr>\r\n <tr>\r\n <td height=\"43\"><div align=\"center\"><font color=\"#FF0000\">\u5bc6 \u7801:</font></div></td>\r\n <td><div align=\"center\">\r\n <input type=\"password\" size=20 name=\"password\" />\r\n </div></td>\r\n </tr>\r\n </table>\r\n <br>\r\n <input name=\"submit\" type=\"submit\">\r\n </div>\r\n </form>\r\n <p align=\"right\"></p></td>\r\n </tr>\r\n </table>\r\n</div>\r\n".toCharArray();
_jsp_string4 = "\r\n <font color=\"red\">\r\n ".toCharArray();
_jsp_string7 = "\r\n</body>\r\n</html>\r\n".toCharArray();
_jsp_string1 = "\r\n <font color=\"red\">\r\n ".toCharArray();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -